Scheduled Windows (PC) Restart Using DOS command (shutdown.exe)
1.Create a batch file “restart.bat” with the following code shutdown -r -t 60 -c “Rebooting computer”
2.Create a scheduled task that would execute restart.bat
1.Create a batch file “restart.bat” with the following code shutdown -r -t 60 -c “Rebooting computer”
2.Create a scheduled task that would execute restart.bat
You must be logged in to post a comment.