Subscribe Subscribe | Subscribe Comments RSS


If you have a need to restart another computer on a network in Safe Mode via command line or a batch file, you can use the following:

shutdown -r -f -m \\computername -t 30

computername = the computer name of the computer
30 is the number of seconds before it will restart.

Leave a Reply