Auto-Reboot Windows server

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

I'm aware that there is a shutdown.exe utility. To my
understanding, this shuts the computer off. Is there a
similar utility that actually re-boots the server that I
can set up as a scheduled task to perform a nightly reboot?

Thanks!
 
Use the following parameters to perform a reboot with the
shutdown.exe file.

c:\shutdown.exe \\ServerName /R /T:30 /C
 
Back
Top