文章詳情頁
Windows 7定時關機批處理
瀏覽:67日期:2023-06-19 17:17:18
絕對好用,關機一分鐘前提醒即將關機,可自行修改定時關機時間.@echo offat 22:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c '很晚了,該睡覺了了!'at 13:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c '要停電了,快存盤吧!'at 15:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c '要停電了,快存盤吧!'at 9:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c '要停電了,快存盤吧!'at 5:50 every:M,T,W,Th,F,S,Su shutdown -s -t 60 -c '要停電了,快存盤吧!'echo 已經完成!pause&end復制上面為文檔,文件名該文,定時關機.bat以管理員身份運行即可
標簽:
Windows系統
相關文章:
排行榜