Windows 7 RDP входа в систему - запустить одну программу и автоматический выход из системы

2291
willc

Я хочу разрешить одному пользователю использовать RDP и войти в систему на моем компьютере с Windows 7. Пользователь должен быть помещен непосредственно в одну программу, и когда пользователь выходит из программы, пользователь должен автоматически выйти из системы. Как это можно сделать?

0

1 ответ на вопрос

0
Spencer5051

Found two likely solutions for you. One is to change the default shell for the user that will be remoting to your computer the the program you want him to be able to run. The second doesn't seem secure, but it looks like its more clean, you modify a rdp connection file to be a remoteApp file.. so yea.

"Yes, you can change the default shell from Explorer.exe to a specific application.

In Regedit, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon. The current shell should be Explorer.exe. Change it to YourApp.exe. That will change the shell for all users who log on to the machine. If you only want to change it for a specific user, go to the same key in HKEY_CURRENT_USER instead." - Chrissr

https://stackoverflow.com/questions/1226772/can-rdp-clients-launch-remote-applications-and-not-desktops

http://geekswithblogs.net/twickers/archive/2009/12/18/137048.aspx