Closing a Windows Remote Desktop connection leaves the host machine locked, but it is possible to create a shortcut that will close the session without locking the screen.
To create the shortcut:
Right click on the Desktop and select New → Shortcut
For Windows 7/Vista hosts, enter the following:
Update: After a recent system update, using the%windir%\System32\tscon.exe %sessionname% /dest:console%sessionname%variable started causing an error. I switched to hard-coding1instead and this has worked so far:%windir%\System32\tscon.exe 1 /dest:consoleFor Windows XP hosts, enter the following:
%windir%\System32\tscon.exe 0 /dest:consoleClick Next, enter a name for the shortcut and then click Finish. The name can be anything you like.
On Windows 7/Vista hosts, this shortcut needs to be run with administrator privileges. Right click on the newly created shortcut and select Properties.
Click the Advanced button on the Properties window.
Check the box marked Run as administrator and then click OK.
Pin the shortcut to the Start menu or the taskbar and click it when you would like to disconnect.




No Comments on Stop Remote Desktop from Locking the Host
You can track this conversation through its atom feed.
Leave a Comment