PDF download Download Article PDF download Download Article

Terminal Server, which is currently known as Remote Desktop Services in the most recent versions of Microsoft Windows operating systems (2008 R2, 2012), is an application that allows users and administrators to access all other computers on the network from a remote location. Remote Desktop gives you the ability to restart or reboot a computer from a specific remote location; which can be useful if you need to reboot a computer in another location that is not responding to commands, or even if you want to restart a single computer from afar that happens to reside in a large office building with hundreds of users. Regardless of your reason, you can restart a computer using Remote Desktop in any version of Windows using the command prompt feature. Continue reading this article to learn how you can restart a particular computer using Remote Desktop.

    • Go to the computer you want to work on, then click on the "Start" button. If you are using Windows 7, the "Start" button will most likely appear in the form of the Windows logo.
    • Enter "Remote Desktop Connection" into the search field located within the "Start" menu, then click directly on the link of the same name when it appears in the search results.
    • Enter the Internet Protocol (IP) address or name of the computer that you want restarted into the "Computer" box.
    • Click on the "Connect" button to connect to that specific computer from your remote location. You will now have the ability to enter commands that will allow that specific computer to reboot, or restart.
  1. The procedure for accessing the command prompt will vary depending on the version of Windows being used.
    • If you are using Windows 7, click on the "Start" menu, then type "command prompt" into the search box. The command prompt box will display as the first option in the list of search results.
    • If you are using any other version of Windows, open your "Start" menu, click on "Run," then type "cmd." The command prompt box will then open on your screen.
    Advertisement
  2. After the command has been entered, the computer will have been completely rebooted from the remote location.
    • Type "shutdown -t 0 -r -f" into the command prompt box, then press the "Enter" key on your keyboard. This specific command will instruct the computer to terminate all running applications and restart the computer immediately in 0 seconds. This is not recommended, however, due to the complexities involved in restarting a terminal server properly. shutdown.exe merely calls an API that does a restart without any consideration as to the operating system and is not Terminal Services/Remote Desktop Services aware.
  3. Advertisement


Expert Q&A

Ask a Question
      Advertisement

      Tips

      • You can also restart a computer on your network without having to access that particular computer through Remote Desktop, but only if you are the network administrator. This can be done by following the steps to access Command Prompt, and entering "shutdown.exe -r -f -m \remotecomputerIP -t 00," with "remotecomputerIP" representing the IP address of the specific computer that needs to be restarted. There are commercial software programs designed for this purpose. Search the web for "rolling restart terminal servers".
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      Warnings

      • Both shutdown.exe and tsshutdown.exe do not cover everything that needs to be done for a proper terminal server restart. These programs merely call an API that does the shutdown process. You may see corrupt Registry entries with continued use of shutdown.exe or tsshutdown.exe.
      Advertisement

      About This Article

      Thanks to all authors for creating a page that has been read 84,957 times.

      Is this article up to date?

      Advertisement