2017年10月17日 星期二

利用Task Scheduler排程Windows自動重啟


上完Windows patch後,不方便在Biz time reboot, 設定週末Schedule reboot
Launch Administrator tools -> Task Scheduler -> New Task


One time or daily, weekly...

Progream...
type shutdown on the Program/script space and /s /f /t 0 in the Add arguments box. If you want the shutdown to commence after say 60 sec, type 60 instead of 0 here.

沒有留言:

張貼留言

Docker Command

#1 pull images $docker pull chusiang/takaojs1607 #2 list images $docker images #3.1 run docker $docker run -it ### bash #3.2 run do...