close
在 【開始】->【執行】 裡打上指令就可以了
一刻鐘=900s 半小時=1800s
shutdown -s -t 3600 (一小時後)
shutdown -s -t 7200 (二小時後)
shutdown -s -t 10800 (三小時後)
shutdown -s -t 14400 (四小時後)
shutdown -s -t 18000 (五小時後)
shutdown -s -t 28800 (八小時後)
shutdown -a (取消先前的設定)
可搭配以下指令混合使用
-l ==============>登出
-s ==============>電腦關機
-r ==============>重新啟動
-t xx ============> xx秒後關機
-c "comment" =======>註解
-f ==============>強制關閉程式
-i ==============>關區網中的電腦 有時會存取被拒
at hh:mm =========>在xx點mm分關機 / 每個禮拜的行程
EX:可以打 at 12:00 shutdown -s 這樣就在12:00關機
一刻鐘=900s 半小時=1800s
shutdown -s -t 3600 (一小時後)
shutdown -s -t 7200 (二小時後)
shutdown -s -t 10800 (三小時後)
shutdown -s -t 14400 (四小時後)
shutdown -s -t 18000 (五小時後)
shutdown -s -t 28800 (八小時後)
shutdown -a (取消先前的設定)
可搭配以下指令混合使用
-l ==============>登出
-s ==============>電腦關機
-r ==============>重新啟動
-t xx ============> xx秒後關機
-c "comment" =======>註解
-f ==============>強制關閉程式
-i ==============>關區網中的電腦 有時會存取被拒
at hh:mm =========>在xx點mm分關機 / 每個禮拜的行程
EX:可以打 at 12:00 shutdown -s 這樣就在12:00關機
全站熱搜
留言列表