
Windows: Restart Computer in Safe Mode Via Command
Posted by Mitch on Aug 16, 2009 under Windows Tips | No CommentIf 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.