Remotely Restart Computer in Safe Mode Using Command Prompt

By: PowAxx | August 22, 2009 at 3:48 am | Posted in Networking General
Tags: , , ,
About: Did you know that you can restart a computer away from you within a network using a command prompt. Remotely Restart Computer in Safe Mode is very useful if you are troubleshooting or installing programs on a number of computers.

If you require to restart a computer on another computer on a network without physically going on it, you can simply do a remote restart using a command prompt. This example is to restart computer remotely on SafeMode.

1. Go to Start > Run, type CMD to show the Command Prompt window

2. Enter this:  shutdown -r -f -m \\computername -t 30

Wherein:
computername = the computer name of the target machine
30 = the number of seconds before it will restart.

One comment
  1. Thanks, this works. Didnt know it was that easy.

Leave Comment