How do I Auto reboot WIN 2000 Server?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I like to Auto reboot WIN 2000 Server on a weekly basis or every two weeks.

Is there any script file that I can write and run it in the Windows scheduler?

Any help available, will be highly appreciated.

Thanks in advance.
 
Use the scheduler to run shutdown.exe. You can download the program from
various sites - check out Google.
 
You can use the "shutdown.exe" command on the Resource Kit
and create a schedule task with.

You can use the /? after the command to see what will be
the options to give, but normaly it should go like this:

shutdown.exe /l /r /y
/l: will be executed localy
/r: reboot after shutdown
/y: answer yes to all questions


Charles
 

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