1、立即关机/60秒后关机
shutdown /s /t 0
shutdown /s /t 60
2、取消关机
shutdown /a
3、在下午1.30关机
at 13:30 shutdown /s
4、自定义关机
shutdown /i
打开记事本,输入相应的语句,另存为bat后缀的批处理命令。
参考:
1、立即关机/60秒后关机
shutdown /s /t 0
shutdown /s /t 60
2、取消关机
shutdown /a
3、在下午1.30关机
at 13:30 shutdown /s
4、自定义关机
shutdown /i
打开记事本,输入相应的语句,另存为bat后缀的批处理命令。
参考:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。