Sep 28, 2006 #1 bduenskie MIS Joined Sep 28, 2006 Messages 1 Location US I'd like to schedule my server to automatically restart at 4 AM EDT, is it possible to do that?
Sep 28, 2006 #2 avilov IS-IT--Management Joined Jan 9, 2006 Messages 64 Location US just schedule a job for that time and run something like C:\WINDOWS\\system32\\shutdown.exe -r -t 01. for more shutdown.exe options just type shutdown /? at command prompt Upvote 0 Downvote
just schedule a job for that time and run something like C:\WINDOWS\\system32\\shutdown.exe -r -t 01. for more shutdown.exe options just type shutdown /? at command prompt
Sep 28, 2006 #3 brontosaurus MIS Joined Feb 26, 2002 Messages 3,772 Location US create a batch file using the TSSHUTDN command and put it in a scheduled task which will kick off at the time you need. Upvote 0 Downvote
create a batch file using the TSSHUTDN command and put it in a scheduled task which will kick off at the time you need.