PDF download Download Article
Easy steps to shut down a computer remotely
PDF download Download Article

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.

Quick Steps

  1. Enable Remote Services on the computer you want to shut down.
  2. Open Command Prompt on the computer you're using to perform the shutdown.
  3. Enter the command shutdown /i .
  4. Press the Add button and enter the name of the remote computer.
  5. Set your preferred shutdown options and click OK .
Method 1
Method 1 of 4:

Windows

PDF download Download Article
  1. 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, see Method 3.
  2. services.msc while the Start menu is open and press Enter . This starts the Microsoft Management Console with the "Services" section open.
    Advertisement
  3. The list is sorted alphabetically by default.
  4. This will open the Properties window for the service.
  5. Click "OK" or "Apply" to save changes.
  6. This will launch Windows Firewall.
  7. You'll find this on the left side of the window.
  8. This will allow you to make changes to the list below it.
  9. Check the box in the "Private" column. [1]
  10. 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.
  11. shutdown /i and press Enter . This will start the Remote Shutdown utility in a separate window. [2]
  12. This will let you add a computer on your network that you want to manage the shutdown process for. [3]
    • You can add multiple computers as long as they are all configured for remote shutdown.
  13. Enter the computer's name and then click "OK" to add it to the list. [4]
    • You can find a computer's name in its "System" window ( Win + Pause ).
  14. There are several options you can set before you send the shutdown signal: [5]
    • 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.
  15. If you set a warning time, the computers will shut down when it expires, otherwise they will shut down immediately. [6]
  16. Advertisement
Method 2
Method 2 of 4:

Linux

PDF download Download Article
  1. Follow the steps in the first section of this article to prepare the Windows computer for remote shutdown.
  2. 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. The Linux computer will need to be connected to the same network as the Windows computer you are shutting down.
  4. This protocol is required to connect to the Windows computer. The following command will install Samba in Ubuntu: [7]
    • sudo apt-get install samba-common
    • You'll be required to enter your Linux root password in order to proceed with the installation.
  5. Once the Samba protocol has been installed, you can perform the shut down command:
    • net rpc shutdown -I IP address -U user % password
    • Replace IP address with the remote computer's IP address (e.g. 192.168.1.25 )
    • Replace user with the Windows user's username.
    • Replace password with the Windows user's password.
  6. Advertisement
Method 3
Method 3 of 4:

Mac

PDF download Download Article
  1. 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.
  2. 2
    Type ssh -l [admin] [computer] and press Return . Replace [admin] with the short name of the admin account on the computer, and replace [computer] with the IP address or host name of the computer.
  3. This will immediately shut down the Mac computer remotely, and your SSH connection with the computer will be severed.
    • To restart the computer instead of shutting it down, type sudo shutdown -r now .
    • To shutdown the computer at a later time, type sudo shutdown [hhmm] . Replace [hhmm] with the time you want the computer to restart. You must provide the time in a 24-hour format (so if you want to restart the computer at 11:30 p.m., you'd replace [hhmm] with 2330 .)
      • If you want to remotely restart your computer at a specific time, type sudo shutdown -r [hhmm] , where [hhmm] is the time you want the computer to restart.
  4. Advertisement
Method 4
Method 4 of 4:

Windows 10 Remote Desktop

PDF download Download Article
  1. 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. 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. [8]
  3. You can also choose from the other options, including "Restart," "Sleep," and "Sign out." [9]
  4. Since you are using Remote Desktop, you will lose your connection to the remote computer. [10]
  5. Advertisement

Video

Community Q&A

Search
Add New Question
  • Question
    How can I shut down a remote computer without administrative access, and how can I have administrative access to another computer?
    Community Answer
    On the remote computer, run command prompt, then enter: "net user administrator /active:yes without the quotation marks.
  • Question
    My computer is saying that access is denied. How can I fix this?
    Community Answer
    You need to make sure you have administrator access on both computers to do this, otherwise it will deny you access to administrator tools.
  • Question
    When I type "net view", no computer names come up. What can I do?
    Community Answer
    You can use cmd (command prompt on windows) to remotely shutdown computers on the same network. Step 1 - open cmd as an admin by searching it up in the start menu, or by hitting Win+R and typing cmd. Step 2 - Type "shutdown /i" (no quotes). Step 3 - Press "add" on the top left corner of the popup, and then type in the IP address or name of the computer you want to remotely shut down.
See more answers
Ask a Question
      Advertisement

      Tips

      • It is not possible to remotely shut down someone's computer without you knowing their credentials or having administrator access on their computer.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Name
      Please provide your name and last initial
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      Article Summary X

      1. Open the Command Prompt as an administrator.
      2. Type "shutdown /I" and press Enter.
      3. Click Add .
      4. Enter the computer name.
      5. Choose your desired options.
      6. Click OK .

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 677,236 times.

      Is this article up to date?

      Advertisement