shutdown定时关机或者注销

很多时间,需要定个时间,让计算机自动关闭或者注销。shutdown可以简单实现

首先,【开始】->【运行】->键入“cmd”->enter;

1、在某个特定时间
at 6:00 shutdown –s          在6点钟关机
at 6:00 shutdown –l           在6点钟注销

2、在距现在多少时间
shutdown -s –t 60             在一分钟之后关机
shutdown –l –t 60             在一分钟之后注销

3、shutdown –i    , 现实GUI界面,可以远程控制网内的其他计算机

4、shutdown –a   ,取消之前的设置

5、shutdown或者 shutdown ?  ,显示帮助信息,可具体查看shutdown命令。

学习交流>^<欢迎拍砖

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章