怎么设置定时关机?
工具/原料
windows系统
方法/步骤
1
新建 文本文档
2
输入如下:@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
3
文件名该文,定时关机.bat.如下图:
注意事项
文件名该文,定时关机.bat