The problem with disconnect is it locks my AD account when I change my password. (Do disconnected remote desktop sessions lock accounts?) The remote session only gives me options to "Shutdown", "Restart" and "Disconnect".
Asked
Active
Viewed 6.0k times
4 Answers
22
Click start, then from your username/icon in the top right corner you can choose "sign out". The power button has "disconnect, shut down, restart", your user button has "lock, sign out".
If the version of windows you're using doesn't have that icon, open a command or powershell window and type logoff

andrew lorien
- 441
- 3
- 10
15
Easy fix: press control-alt-end and click "sign out".

Jeff
- 465
- 2
- 4
- 15
-
1The problem is that when you have two levels of RDP this operates on first level – David Lopez May 24 '23 at 13:51
0
You can try opening up PowerShell and running the following command to open up the Windows Security dialog:
(New-Object -COM Shell.Application).WindowsSecurity()
Then click the "Sign Out" button.

thecoolmacdude
- 101
- 1