Shut Down or Restart a Windows 10 PC Using Remote Desktop

The simplest way to shut down or reboot a remote Windows 10 computer is to connect via Remote Desktop Protocol (RDP) and then click Start > Restart or Shut Down.

You’ll need to be running Windows 10 Pro, Education, or Enterprise on each computer for this to work. If you have a mix of operating systems on your network, you can use TightVNC to remotely control a PC from Mac, Windows, or Linux.

Shut Down or Reboot a Networked Windows PC from the Command Line

As an alternative to VNC or RDP, you can shut down or restart a networked PC from the command line. Connect your Windows PCs to the same network, then follow the steps below. Note: For this method, you need to tweak some registry settings. It’s a fairly simple change, but be aware that misconfiguring your registry can cause system instabilities, so follow the steps carefully.

  The remote computer should automatically shut down or restart depending on the switches you choose. Notice, the command is similar to performing it locally. You can always specify a longer period for your shutdown or restart. In my case, I chose one minute. If you want to ensure the machine shuts down or restarts, you can add the /f switch, example: shutdown /m \ MachineName /r /f. This will close out all open applications running on the remote machine. Tip: An even easier command to use is the shutdown\i command. This will bring up a graphical dialog that lets you select the remote computer or enter its name using the Add button. You can then specify whether you want to shut down or restart and even add a comment.

Automate Multiple Shutdown/Restart Using Batch File

Connecting remotely and shutting down a computer is fine as a one-off, but what if you want to shut down or reboot a computer at the same time every day? If you have to do this through the command line every time, it becomes a drag real quick. An easier option is to automate restarting or shutting down all your computers. Fire up Notepad, then enter the remote shutdown command with each computer’s network name on a new line. Fire up Notepad, then enter the remote shutdown command with each computers network name on a new line. For example: shutdown -r -m \DELL-PC1 -t -01 shutdown -r -m \SURFACEPRO -t -01 shutdown -r -m \MachineName -t -01 You can modify the switches based on whether you want to restart (-r) or shutdown (-s). Proceed to save the file using the .bat extension on your desktop, for example, shutdownrestart.bat That’s it! Once you’ve mastered remote shutdowns, be sure to check out our Wake on LAN article. Great for scenarios where you need to wake up a machine to access resources. Drop a line in the comments and let us know how it goes. This took a bit of trial and error to work reliably, so I am interested in knowing if these instructions go smoothly. I’ve noticed a dash before the time in seconds which makes the command to fail: shutdown -r -m \MachineName -t (((( -01 )))) also there is a space between the command “shutdown” and the switch “/i”. Comment Name * Email *

Δ  Save my name and email and send me emails as new comments are made to this post.

How to Remote Shutdown or Restart Your Windows 10 PC - 22How to Remote Shutdown or Restart Your Windows 10 PC - 14How to Remote Shutdown or Restart Your Windows 10 PC - 9How to Remote Shutdown or Restart Your Windows 10 PC - 97How to Remote Shutdown or Restart Your Windows 10 PC - 87How to Remote Shutdown or Restart Your Windows 10 PC - 6How to Remote Shutdown or Restart Your Windows 10 PC - 2How to Remote Shutdown or Restart Your Windows 10 PC - 35How to Remote Shutdown or Restart Your Windows 10 PC - 16How to Remote Shutdown or Restart Your Windows 10 PC - 35How to Remote Shutdown or Restart Your Windows 10 PC - 18