Scheduled Automatic Reboot or LogOff

  • Thread starter Thread starter Jaz
  • Start date Start date
J

Jaz

Is there a way to schedule a computer to automatically reboot or log off in
the middle of the night?

Thanks,
Jaz
 
Jaz said:
Is there a way to schedule a computer to automatically reboot or log off
in the middle of the night?

at 23:59 C:\reboot.cmd

reboot.cmd:
shutdown /L /R /Y /C

shutdown is a Microsoft tool written by Stephen L. Bryant Jr.
 
Jaz said:
Is there a way to schedule a computer to automatically reboot or log off in
the middle of the night?

I haven't actually tried it but I'll bet it works to schedule a job to
run "shutdown" from the Resource Kit at a designated time. There are
several equivalent programs available on the web if you don't have the
RK. Be sure to use one that doesn't require any intereaction.
 
Oops,

I forgot all about that.

THANKS!
Jaz

Stubby said:
I haven't actually tried it but I'll bet it works to schedule a job to
run "shutdown" from the Resource Kit at a designated time. There are
several equivalent programs available on the web if you don't have the
RK. Be sure to use one that doesn't require any intereaction.
 
Back
Top