How can I set up a task in task scheduler to reboot my PC every day at a set time?

What is the difference between Kbps and kBps?
July 13, 2016
Notepadqq in Linux Mint
May 26, 2017

How can I set up a task in task scheduler to reboot my PC every day at a set time?

  1. Press WinKey+R > type taskschd.msc and press Enter (it will launch Task Scheduler)
  2. Left click from the right pane on the Task Scheduler Library > open Action from the top menu > New Folder… > name it MyTasks > click OK
  3. Left click on the MyTasks > choose Action from menu > Create Basic Task… (it will open task wizard)
  4. You can enter the Name , for example “Restart”, and press Next
  5. In Trigger section you can specify when you want to run your task, for example:
    • Select Daily , and press Next
    • Now you can specify the day, the hour and set to recur every day, after that press Next
  6. In Action section you can choose what you want to run, for example restart your system, to do this:
    • Choose Start a program , and press Next
    • in the Program/script field type shutdown /r , and press Next
  7. And that’s all, you can press Finish.

Leave a Reply

Your email address will not be published. Required fields are marked *