找回密码
注册 登录
查看: 1167|回复: 2

给Windows8添加右键电源管理菜单

[复制链接]

该用户从未签到

发表于 2013-6-26 18:40:11 | 显示全部楼层 |阅读模式
从windows8正式版发行到现在已有不短时间,大家是不是已经习惯了Windows8的关机重启菜单的使用?还是一直纠结着使用Alt+F4?
现在不用愁了,给她添加一个简单的右键电源管理菜单就可以解决所有问题,方法:把下面代码另存为SYSCEO.REG,双击导入即可

  1. <P> Windows Registry Editor Version 5.00</P>
  2. <P> </P>
  3. <P>[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Power Menu]</P>
  4. <P>"MUIVerb"="电源控制"</P>
  5. <P>"SubCommands"="lock;logoff;switch;sleep;hibernate;restart;shutdown;shutdown2"</P>
  6. <P>"Icon"="shell32.dll,215"</P>
  7. <P>"Position"="bottom"</P>
  8. <P> </P>
  9. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock]</P>
  10. <P>@="锁定"
  11. "Icon"="shell32.dll,47"</P>
  12. <P>
  13. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\lock\command]</P>
  14. <P>@="Rundll32 User32.dll,LockWorkStation"</P>
  15. <P> </P>
  16. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff]</P>
  17. <P>@="注销"
  18. "Icon"="shell32.dll,211"</P>
  19. <P>
  20. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\logoff\command]</P>
  21. <P>@="Shutdown -l"</P>
  22. <P> </P>
  23. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch]</P>
  24. <P>@="切换用户"
  25. "Icon"="shell32.dll,217"</P>
  26. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\switch\command]</P>
  27. <P>@="tsdiscon.exe"</P>
  28. <P> </P>
  29. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep]</P>
  30. <P>@="睡眠"</P>
  31. <P>
  32. "Icon"="powrprof.dll,2"
  33. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\sleep\command]</P>
  34. <P>@="rundll32.exe powrprof.dll,SetSuspendState Sleep"</P>
  35. <P> </P>
  36. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate]</P>
  37. <P>@="休眠"
  38. "Icon"="powrprof.dll,1"</P>
  39. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\hibernate\command]</P>
  40. <P>@="Shutdown -h"</P>
  41. <P> </P>
  42. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart]</P>
  43. <P>@="重启"
  44. "Icon"="shell32.dll,238"</P>
  45. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\restart\command]</P>
  46. <P>@="Shutdown -r -f -t 00"</P>
  47. <P> </P>
  48. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown]</P>
  49. <P>@="彻底关机"
  50. "Icon"="shell32.dll,215"</P>
  51. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown\command]</P>
  52. <P>@="Shutdown -s -f -t 00"</P>
  53. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown2]</P>
  54. <P>@="快速关机"
  55. "Icon"="shell32.dll,265"</P>
  56. <P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\shutdown2\command]</P>
  57. <P>@="Shutdown -s -hybrid -t 00"</P>
复制代码
win8 右键电源管理菜单.7z (764 Bytes, 下载次数: 0)

评分

参与人数 1贡献 +10 收起 理由
janecoolman + 10 很给力!

查看全部评分





上一篇:explorer问题
下一篇:求一个win7封装母盘
  • TA的每日心情
    开心
    2017-11-20 18:26
  • 签到天数: 1 天

    [LV.1]初来乍到

    发表于 2013-6-26 19:24:24 | 显示全部楼层
    哈哈  沙发是我的:lol:lol
    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    开心
    2017-5-26 09:43
  • 签到天数: 2 天

    [LV.1]初来乍到

    发表于 2013-6-26 21:18:18 | 显示全部楼层
    嗯,收下了
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则