Stop Remote Desktop from Locking the Host

RDP Icon

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:

  1. Right click on the Desktop and select NewShortcut

    New shortcut dialog screen shot

  2. For Windows 7/Vista hosts, enter the following:

    %windir%\System32\tscon.exe %sessionname% /dest:console Update: After a recent system update, using the %sessionname% variable started causing an error. I switched to hard-coding 1 instead and this has worked so far:

    %windir%\System32\tscon.exe 1 /dest:console

    For Windows XP hosts, enter the following:

    %windir%\System32\tscon.exe 0 /dest:console

  3. Click Next, enter a name for the shortcut and then click Finish. The name can be anything you like.

    New shortcut dialog screen shot

  4. On Windows 7/Vista hosts, this shortcut needs to be run with administrator privileges. Right click on the newly created shortcut and select Properties.

  5. Click the Advanced button on the Properties window.

  6. Check the box marked Run as administrator and then click OK.

    New shortcut dialog screen shot

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

(required) (required, but not published) (optional)

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>