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.

沒有留言:

張貼留言

check_systemv1.1

 check_systemv1.1.bat 可用於電腦資產盤點 @echo off REM 後續命令使用的是:UTF-8編碼 chcp 65001 echo ***Thanks for your cooperation*** echo ***感謝你的合作*** timeout 1...