0

I wish to allow one user to use RDP and logon to my Windows 7 machine. The user should be put directly into one program and when the user exits the program, the user is to be automatically logged out. How can this be accomplished?

1 Answer 1

0

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

Link

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .