|
|
想给 Win10桌面右键添加一个切换电源方案,添加好后发现2级菜单不显示菜单名。
我添加了3个2级菜单,只显示1、2、3,请问一下有没有办法显示菜单名?
下面是导出来的注册表。
- Windows Registry Editor Version 5.00
- [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Switch Power Plan]
- "Icon"="C:\\Windows\\System32\\powercpl.dll"
- "MUIVerb"="电源计划"
- "SubCommands"="Balance;High;Save"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Balance]
- @="平衡"
- "Icon"="C:\\Windows\\System32\\powercpl.dll"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Balance\command]
- @="C:\\Windows\\System32\\powercfg.exe /S 381b4222-f694-41f0-9685-ff5bb260df2e"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\High]
- @="高性能"
- "Icon"="C:\\Windows\\System32\\powercpl.dll"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\High\command]
- @="C:\\Windows\\System32\\powercfg.exe /S 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Save]
- @="节能"
- "Icon"="C:\\Windows\\System32\\powercpl.dll"
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Save\command]
- @="C:\\Windows\\System32\\powercfg.exe /S a1841308-3541-4fab-bc81-f71556f20b4a"
复制代码
各位大大们帮忙看看,哪里出问题了?非常感谢。 |
|