Monday 24 May 2021

How to schedule windows reboot automatically using Task Scheduler

How to schedule windows to reboot automatically using Task Scheduler


Press win + r to get the run box. Then type taskschd.msc and press enter












This will launch Task Scheduler. Right-click on the Task Scheduler Library and select New Folder.

















Name the new folder as Server Reboot or anything you like and click OK.



Expand Task Scheduler Library and select the Server Reboot folder. Then right-click on it and select Create Basic Task.




















When you select Create Basic Task, it will open a wizard. Name it Reboot and click Next





The Trigger section lets you decide when your task needs to be run. You can schedule reboot daily, one-time, weekly, etc. Select daily and click next.





Specify the time at which you want to run the reboot and click Next.



















In the Action section, select Start a program and click Next.





















Type shutdown /r in program/script field and click Next.



















Windows may prompt a message box asking for permission. Click yes.



















No comments:

Post a Comment