|
从windows8正式版发行到现在已有不短时间,大家是不是已经习惯了Windows8的关机重启菜单的使用?还是一直纠结着使用Alt+F4?
现在不用愁了,给她添加一个简单的右键电源管理菜单就可以解决所有问题,方法:把下面代码另存为SYSCEO.REG,双击导入即可
- <P> Windows Registry Editor Version 5.00</P>
- <P> </P>
- <P>[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]</P>
- <P>"MUIVerb"="电源控制"</P>
- <P>"SubCommands"="lock;logoff;switch;sleep;hibernate;restart;shutdown;shutdown2"</P>
- <P>"Icon"="shell32.dll,215"</P>
- <P>"Position"="bottom"</P>
- <P> </P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]</P>
- <P>@="锁定"
- "Icon"="shell32.dll,47"</P>
- <P>
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]</P>
- <P>@="Rundll32 User32.dll,LockWorkStation"</P>
- <P> </P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff]</P>
- <P>@="注销"
- "Icon"="shell32.dll,211"</P>
- <P>
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff\command]</P>
- <P>@="Shutdown -l"</P>
- <P> </P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch]</P>
- <P>@="切换用户"
- "Icon"="shell32.dll,217"</P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch\command]</P>
- <P>@="tsdiscon.exe"</P>
- <P> </P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]</P>
- <P>@="睡眠"</P>
- <P>
- "Icon"="powrprof.dll,2"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command]</P>
- <P>@="rundll32.exe powrprof.dll,SetSuspendState Sleep"</P>
- <P> </P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate]</P>
- <P>@="休眠"
- "Icon"="powrprof.dll,1"</P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate\command]</P>
- <P>@="Shutdown -h"</P>
- <P> </P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]</P>
- <P>@="重启"
- "Icon"="shell32.dll,238"</P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart\command]</P>
- <P>@="Shutdown -r -f -t 00"</P>
- <P> </P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]</P>
- <P>@="彻底关机"
- "Icon"="shell32.dll,215"</P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command]</P>
- <P>@="Shutdown -s -f -t 00"</P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown2]</P>
- <P>@="快速关机"
- "Icon"="shell32.dll,265"</P>
- <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown2\command]</P>
- <P>@="Shutdown -s -hybrid -t 00"</P>
复制代码
win8 右键电源管理菜单.7z
(764 Bytes, 下载次数: 0)
|
评分
-
查看全部评分
上一篇: explorer问题下一篇: 求一个win7封装母盘
|