schedule reboot

  • Thread starter Thread starter Todd
  • Start date Start date
T

Todd

How do I schedule an automatic reboot in Windows 2000?

I want to reboot a server every night at 1 am.
 
How do I schedule an automatic reboot in Windows 2000?

I want to reboot a server every night at 1 am.
Use PsShutdown, tip 4086 in the 'Tips & Tricks' at http://www.jsiinc.com

Either use the Task Scheduler to schedule it, or use the AT command

AT 00:00 /Interactive /every:m,t,w,th,f,s,su psshutdown /r \\%computername%


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top