16

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".

Jeff
  • 465
  • 2
  • 4
  • 15

4 Answers4

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
2

Just hit the windows button and type "logoff". Run the command. That's it.

Morten
  • 121
  • 3
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.