关机 shutdown -s -t 0
重启 shutdown -r -t 0
重启电脑windows
立即关机
shutdown -s
三十分钟后关机
shutdown -s -t 30
举例说明一:要在 晚上23:00准时关机你可以输入如下命令:
at 23:00 shutdonw -s
举例说明二:要1小时之后关闭电脑(假如你有事离开,但是下载还未完成,你就可以这样)
(3600单位是秒)一个小时
一小时
shutdown -f -s -t 3600
两小时
shutdown -f -s -t 7200
三小时
shutdown -f -s -t 10800
四小时
shutdown -f -s -t 14400
五小时
shutdown -f -s -t 18000
3600 一小时
7200 两小时
10800 三小时
14400 四小时
18000 五小时
shutdown -a 可以终止命令
锁定命令:rundll32 user32.dll,LockWorkStation