How do I schedule a reboot of the server

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

Is there any way that a schedule can be setup to automatically reboot
the server after hours? I need to run diskcheck and it will take an
hour or so so it needs to be done after hours.

Sean
 
Sean said:
Is there any way that a schedule can be setup to automatically reboot
the server after hours? I need to run diskcheck and it will take an
hour or so so it needs to be done after hours.

Sean

This question is asked too often. Search in the news messages for
alternatives.
use the Resource kit's shutdown command in a batch file and schedule it as a
task.

_____ ServerReboot.cmd ____________ (created in notepad)

shutdown /L /R /Y /C
_________________________________

scheduled with:
at 23:00 "c:\ServerReboot.cmd "

note:
http://www.jsiinc.com/SUBF/Tip2500/rh2530.htm


Also, psshutdown at www.sysinternals.com
http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top