|
|
Windows7下一些关机、重启、待机、休眠命令,通过Autohotkey可实现快速关机等操作,具体如下,感兴趣的朋友可以了解下哈,希望对大家有所帮助: c3 ?0 M' e& [' t
Windows7下一些关机、重启、待机、休眠命令,通过深度win7Autohotkey可实现快速关机等操作。
2 M$ I: ?) V3 e ;立即关机,无提示、延时。
% R1 ?2 s$ m6 |. t! f shutdown -p
" ]; c& {( k$ n$ \- [: r/ c7 r ;立即重启
8 F6 }1 H+ q$ B, F* m shutdown -r -t 00. u7 O" I5 u; x
;进入休眠状态,如有关闭休眠则进入待机状态
, j6 ~: V' b( C' G8 ]' w rundll32.exe powrProf.dll,SetSuspendState: g( }, m7 v; {) |
Windows7关闭休眠功能,混合电脑系统下载睡眠将不可用:; P1 U5 j# V* {: o5 [
powercfg -h off+ W$ s/ f# P6 \: G
查看命令:
- r* O0 h+ K% N. t `; [) y+ P powercfg -a$ T. d: ^3 L+ d" k. A7 D
|
|