Shutdown or Reboot Windows from Remote Desktop Connection

Julio Franco

Posts: 9,099   +2,049
Staff member
If you have ever feel frustrated because you have been unable to reboot a machine from a remote location (using Microsoft’s own RDC), here’s a solution. While I recall having the option to send a Ctrl+Alt+Del to the remote machine that doesn’t seem to be available in most recent versions of the software, or at least not in the obvious places.

So, what you are left with right now is disconnect and log off options. To be able to reboot or shutdown the remote system you can call up the Command Prompt (cmd.exe) or just type the following in XP’s Run or in Vista’s search line that also serves the purpose of launching programs:

“shutdown -f” to shutdown
“shutdown -r -f” to reboot
“shutdown -I -f” to get a GUI
“shutdown -l -f” to logoff
 
Back