Schedule reboot with Scheduled Tasks

If you have an interest in automatizing the reboot sequence, you can do so by creating a scheduled task. If you are not familiar with it, here’s how to schedule reboot on Windows Server via the Scheduled Tasks utility:

  1. Open Scheduled Tasks from the Start menu.
  2. Select Add a New Scheduled Task and click Next.
  3. On the Program selection screen, navigate to C:\WINDOWS\System32\shutdown.exe.
  4. Select shutdown.exe and name the task shutdown.
  5. Choose the shutdown frequency.
  6. Select the time and day when the scheduled reboot will occur.
  7. Enter your administrative credentials and confirm.
  8. Now, check the Open Advanced options when I click Finish box and click Finish.
  9. Finally, when a new window appears, copy-paste the following command and replace the default one:
    C:\WINDOWS\system32\shutdown.exe -r -t 0
  10. Select Apply and you are good to go.
  11. Later, you can check when the last time Windows Server reboot occurred with one of the first two steps.