Disconnect RDP Console Session Without Locking Server

Sometimes you have badly written apps that need to run interactively on servers, which means you have to connect to the console session to manage them over RDP. If you need to be able to leave the console session unlocked it causes issues as disconnecting an RDP session will lock it by default. This can be changed by running the following command from within the RDP session: tscon 0 /dest:console...

2013-07-03 · 1 min · Adam