shutdown

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shutdown相关的知识,希望对你有一定的参考价值。

logoff               # 立即注销
shutdown /l /t 000 # 立即注销
shutdown /r /t 000   # 立即重启(如果没有加/t参数则一分钟后重启)
shutdown /g /t 000   # 立即重启(开机后会重新启动重启前没有关闭的应用程序)
shutdown /p          # 立即关机
shutdown /s /t 000   # 立即关机(如果没有加/t参数则一分钟后重启)
shutdown /s /t 300   # 300秒后关机(如果突然不想关机了可以用 shutdown /a 来中止系统关闭)

 

 

 

 

 

     

以上是关于shutdown的主要内容,如果未能解决你的问题,请参考以下文章