also @ TechSpot: Onion Pi transforms Raspberry Pi into anonymous Wi-Fi hotspot

Shutdown or Reboot Windows from Remote Desktop Connection

Discussion in 'Guides and Tutorials' started by Julio Franco, Nov 24, 2012.

Post New Reply
  1. Julio Franco TechSpot Editor Posts: 6,090   +130

    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
  2. St1ckM4n TechSpot Guru Posts: 1,704   +252

    Shutdown -s is shutdown.
    -f switch is forcefully! :O