Remotely Shutdown a Computer

If you have multiple computers on your network, you can shut them down remotely regardless of their operating system. If you are using Windows, you'll need to set the remote computer to be able to shut down remotely. Once this is set up, you can perform the shut down from any computer, including Linux. Mac computers can be shut down remotely with a simple Terminal command.

Steps

Enabling the Remote Registry Service (Windows)

  1. Open the Start menu on the computer you want to be able to shut down remotely. Before you can remotely shut down a Windows computer on your network, you'll need to enable Remote Services on it. This requires administrator access to the computer.
    • If you're trying to shut down a Mac remotely, click here.
  2. Type .services.msc while the Start menu is open and press Enter. This start the Microsoft Management Console with the "Services" section open.
  3. Find "Remote Registry" in the list of services. The list is sorted alphabetically by default.
  4. Right-click "Remote Registry" and select "Properties." This will open the Properties window for the service.
  5. Select "Automatic" from the "Startup type" menu. Click "OK" or "Apply" to save changes.
  6. Click the Start button again and type "firewall." This will launch Windows Firewall.
  7. Click "Allow and app or feature through Windows Firewall." You'll find this on the left side of the window.
  8. Click the "Change settings" button. This will allow you to make changes to the list below it.
  9. Check the "Windows Management Instrumentation" box. Check the box in the "Private" column.[1]

Shutting Down the Windows Computer Remotely

  1. Open the Command Prompt on your computer. You can use the Shutdown program to manage the shutdown process for multiple computers on your network. The quickest way to open the program is to use the Command Prompt.
    • Windows 10 and 8.1 - Right-click the Windows button and select "Command Prompt."
    • Windows 7 and earlier - Select "Command Prompt" from the Start menu.
  2. Type .shutdown /i and press Enter. This will start the Remote Shutdown utility in a separate window.
  3. Click the "Add" button. This will let you add a computer on your network that you want to manage the shutdown process for.
    • You can add multiple computers as long as they are all configured for remote shutdown.
  4. Enter in the computer name. Enter the computer's name and then click "OK" to add it to the list.
    • You can find a computer's name in its "System" window ( Win+Pause).
  5. Set your shutdown options. There are several options you can set before you send the shutdown signal:
    • You can choose to shutdown the remote computer or restart it.
    • You can warn the users that their computers will be shut down. This is highly recommended if you know people are using the computers. You can adjust the length of the warning that is displayed.
    • You can add a reason and comment at the bottom of the Window. These will be added to the logs, which is important if you have multiple administrators or need to be able to review your actions later.
  6. Click "OK" to shut down the remote computers. If you set a warning time, the computers will shut down when it expires, otherwise they will shut down immediately.[2]

Shutting Down the Windows Computer Remotely from Linux

  1. Prepare the remote computer for remote shutdown. Follow the steps in the first section of this article to prepare the Windows computer for remote shutdown.
  2. Find the remote computer's IP address. You'll need to know the remote computer's IP address in order to shut it down from Linux. There are several ways you can determine this:
    • Open the Command Prompt on the remote computer and type ipconfig. Look for the IPv4 address.
    • Open your router's configuration page and look for the DHCP client table. This will display all of the devices connected to your network.
  3. Open the Terminal on the Linux computer. The Linux computer will need to be connected to the same network as the Windows computer you are shutting down.
  4. Install Samba. This protocol is required to connect to the Windows computer. The following command will install Samba in Ubuntu:
    • sudo apt-get install samba-common
    • You'll be required to enter your Linux root password in order to proceed with the installation.
  5. Run the remote shutdown command. Once the Samba protocol has been installed, you can perform the shut down command:

Shutting Down a Mac Computer Remotely

  1. Open the Terminal on another Mac on your network. You can use the Terminal to shut down any Mac on your network that you have administrator access to.
    • You can find the Terminal in the Utilities folder in your Applications directory.
    • You can do this from Windows by using an SSH program such as PuTTY to connect to the Mac via the command line. See Use SSH on Windows for details on using PuTTY. Once you're connected via SSH, you can use the same following commands.[3]
  2. Type .ssh @. Replace with your username for the remote computer. Replace with the remote computer's IP address.
  3. Enter your user password for the remote Mac when prompted. After entering the command on the previous step, you'll be prompted to enter the password for that user account.
  4. Type .sudo /sbin/shutdown now and press Return. This will immediately shut down the Mac computer remotely, and your SSH connection with the computer will be severed.
    • If you'd rather restart the computer, add -r after shutdown.

Shutting Down Windows 10 Remote Desktop

  1. Click anywhere on your blank desktop. If the desktop is not activated, you'll close the active program instead of opening the shut down menu. Make sure the desktop is active and all other programs are closed or minimized.
  2. Press .Alt+F4 while logged in remotely. If you use Windows 10 Remote Desktop, you may have noticed that there is no Shut Down option in the Power menu. If you need to shut the computer down, you can do so from the new Shut Down Windows menu.
  3. Select "Shut down" from the drop down menu. You can also choose from the other options, including "Restart," "Sleep," and "Sign out."
  4. Click "OK" to shut down the computer. Since you are using Remote Desktop, you will lose your connection to the remote computer.[4]

Tips

  • It is not possible to remotely shut down someone's computer without you knowing their credentials or having administrator access on their computer.

Related Articles

Sources and Citations