You can simply put something like this into batch file:
shutdown -r -t 60
-r is for reboot
-t is in how many seconds (60 seconds)
Name the batch file something like "reboot.bat" on notepad. Now set up schedule just
like you would for any other task and call that batch file at convenient
time.Test this command to see if it works on your system.
You can cancel reboot if you enter command shutdown -a.
No comments:
Post a Comment