电脑关机命令,方便使用 shutdown -s -t ***

shutdown -s -t 120

120秒后关机,还可以设置更高的时间,1小时60*60即可 3600
shutdown -s -t 3600 

 

想要定点关机,就如12点关机,命令如下:
at 12:00 shutdown -s

想取消自动关机,在运行中输入:
shutdown -a

posted on 2017-08-28 04:11  那_年  阅读(43885)  评论(0编辑  收藏  举报