window shutdown命令

shutdown  是一个可执行文件,文件全名是shutdown.exe。

该文件是由C语言编写并编译成可执行文件的。

shutdown -r  是关机并重启,

shutdown -r     立即重启
shutdown -r -t 20   20秒后重启

shutdown -s 是关机。

关机 shutdown -s -t 0 
重启 shutdown -r -t 0

at 12:00 shutdown -s
在运行里输入这个然后敲回车
他就会在12点种的时候关机

出现RPC漏洞而导致倒计时自动关机,使用该命令取消倒计时自动关机:

shutdown –a (方法:”开始”->”运行”->”shutdown –a”->”确定”)


 

猜你喜欢

转载自blog.csdn.net/qinlulucsdn/article/details/81947041
今日推荐