漂流的心 | 耿真的个人网站 | 鲁ICP备15001313号 | 本站永久网址:https://www.gengzhen.cn|

windows桌面右键-快捷运行组

发布:耿真(GengZhen) 2021-06-21 01:07:00 归属栏目: 程序源码

windows桌面右键-快捷运行组


使用方法:把代码完整复制到TXT文本文档里,后缀名改为REG运行即可。


WIN10及PE应该通用


Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOTDirectoryBackgroundshellRuanMeiMenu]
"SubCommands"="RuanMeiMenu.0;RuanMeiMenu.1;RuanMeiMenu.2;My Computer;Control Panel;Command Prompt;Wordpad;Notepad;StikyNot;Paint;Calculator;SnippingTool;Regedit;Restart Explorer;Restart;Shutdown"
"MUIVerb"="快捷运行组"
"icon"="SHELL32.dll,-022"
"Position"="top"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculator]
@="计算器"
"icon"="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculatorcommand]
@="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Prompt]
@="命令提示符"
"icon"="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Promptcommand]
@="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panel]
@="控制面板"
"icon"="shell32.dll,21"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panelcommand]
@="rundll32.exe shell32.dll,Control_RunDLL"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computer]
@="快捷〖添加/删除程序〗"
"icon"="imageres.dll,-109"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computercommand]
@="rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepad]
@="记事本"
"icon"="notepad.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepadcommand]
@="notepad.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaint]
@="画图"
"icon"="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaintcommand]
@="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegedit]
@="注册表编辑器"
"icon"="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegeditcommand]
@="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart]
@="重启计算机"
"icon"="shell32.dll,112"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestartcommand]
@="Shutdown -r -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorer]
@="重启资源管理器"
"icon"="shell32.dll,238"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorercommand]
@="tskill explorer"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0]
@="快捷〖Internet 属性〗"
"icon"="SHELL32.dll,14"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0command]
@="rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1]
@="快捷〖网络状态〗"
"icon"="SHELL32.dll,164"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1command]
@="rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2]
@="快捷〖电源设置〗"
"icon"="SHELL32.dll,316"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2command]
@="rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdown]
@="关机"
"icon"="shell32.dll,215"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdowncommand]
@="Shutdown -s -hybrid -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingTool]
@="截图工具"
"icon"="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingToolcommand]
@="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNot]
@="便笺"
"icon"="StikyNot.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNotcommand]
@="StikyNot.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpad]
@="写字板"
"icon"="wordpad.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpadcommand]

@="wordpad.exe"




win7及win10 1809之前能用的便签


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshellRuanMeiMenu]
"SubCommands"="RuanMeiMenu.0;RuanMeiMenu.1;RuanMeiMenu.2;My Computer;Control Panel;Command Prompt;Wordpad;Notepad;StikyNot;Paint;Calculator;SnippingTool;Regedit;Restart Explorer;Restart;Shutdown"
"MUIVerb"="快捷运行组"
"icon"="SHELL32.dll,-022"
"Position"="top"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell]

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculator]
@="计算器"
"icon"="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculatorcommand]
@="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Prompt]
@="命令提示符"
"icon"="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Promptcommand]
@="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panel]
@="控制面板"
"icon"="shell32.dll,21"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panelcommand]
@="rundll32.exe shell32.dll,Control_RunDLL"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computer]
@="快捷〖添加/删除程序〗"
"icon"="imageres.dll,-109"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computercommand]
@="rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepad]
@="记事本"
"icon"="SHELL32.dll,0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepadcommand]
@="notepad.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaint]
@="画图"
"icon"="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaintcommand]
@="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegedit]
@="注册表编辑器"
"icon"="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegeditcommand]
@="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart]
@="重启计算机"
"icon"="shell32.dll,112"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestartcommand]
@="Shutdown -r -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorer]
@="重启资源管理器"
"icon"="shell32.dll,238"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorercommand]
@="tskill explorer"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0]
@="快捷〖Internet 属性〗"
"icon"="SHELL32.dll,14"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0command]
@="rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1]
@="快捷〖网络状态〗"
"icon"="SHELL32.dll,164"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1command]
@="rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2]
@="快捷〖电源设置〗"
"icon"="SHELL32.dll,316"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2command]
@="rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdown]
@="关机"
"icon"="shell32.dll,215"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdowncommand]
@="Shutdown -s -hybrid -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingTool]
@="截图工具"
"icon"="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingToolcommand]
@="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNot]
@="便笺"
"icon"="StikyNot.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNotcommand]
@="StikyNot.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpad]
@="写字板"
"icon"="SHELL32.dll,1"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpadcommand]
@="wordpad.exe"

win10 >=1809之后能用的

Windows Registry Editor Version 5.00


[HKEY_CLASSES_ROOTDirectoryBackgroundshellRuanMeiMenu]
"SubCommands"="RuanMeiMenu.0;RuanMeiMenu.1;RuanMeiMenu.2;My Computer;Control Panel;Command Prompt;Wordpad;Notepad;StikyNot;Paint;Calculator;SnippingTool;Regedit;Restart Explorer;Restart;Shutdown"
"MUIVerb"="快捷运行组"
"icon"="SHELL32.dll,-022"
"Position"="top"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell]

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculator]
@="计算器"
"icon"="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculatorcommand]
@="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Prompt]
@="命令提示符"
"icon"="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Promptcommand]
@="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panel]
@="控制面板"
"icon"="shell32.dll,21"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panelcommand]
@="rundll32.exe shell32.dll,Control_RunDLL"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computer]
@="快捷〖添加/删除程序〗"
"icon"="imageres.dll,-109"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computercommand]
@="rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepad]
@="记事本"
"icon"="SHELL32.dll,0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepadcommand]
@="notepad.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaint]
@="画图"
"icon"="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaintcommand]
@="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegedit]
@="注册表编辑器"
"icon"="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegeditcommand]
@="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart]
@="重启计算机"
"icon"="shell32.dll,112"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestartcommand]
@="Shutdown -r -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorer]
@="重启资源管理器"
"icon"="shell32.dll,238"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorercommand]
@="tskill explorer"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0]
@="快捷〖Internet 属性〗"
"icon"="SHELL32.dll,14"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0command]
@="rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1]
@="快捷〖网络状态〗"
"icon"="SHELL32.dll,164"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1command]
@="rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2]
@="快捷〖电源设置〗"
"icon"="SHELL32.dll,316"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2command]
@="rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdown]
@="关机"
"icon"="shell32.dll,215"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdowncommand]
@="Shutdown -s -hybrid -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingTool]
@="截图工具"
"icon"="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingToolcommand]
@="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNot]
@="便笺"
"icon"="SHELL32.dll,300"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNotcommand]
@="explorer.exe shell:appsFolder\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe!App"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpad]
@="写字板"
"icon"="SHELL32.dll,1"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpadcommand]
@="wordpad.exe"

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshellRuanMeiMenu]
"SubCommands"="RuanMeiMenu.0;RuanMeiMenu.1;RuanMeiMenu.2;My Computer;Control Panel;Command Prompt;Wordpad;Notepad;StikyNot;Paint;Calculator;SnippingTool;Regedit;Restart Explorer;Restart;Shutdown"
"MUIVerb"="快捷运行组"
"icon"="SHELL32.dll,-022"
"Position"="top"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell]

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculator]
@="计算器"
"icon"="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculatorcommand]
@="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Prompt]
@="命令提示符"
"icon"="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Promptcommand]
@="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panel]
@="控制面板"
"icon"="shell32.dll,21"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panelcommand]
@="rundll32.exe shell32.dll,Control_RunDLL"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computer]
@="快捷〖添加/删除程序〗"
"icon"="imageres.dll,-109"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computercommand]
@="rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepad]
@="记事本"
"icon"="SHELL32.dll,0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepadcommand]
@="notepad.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaint]
@="画图"
"icon"="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaintcommand]
@="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegedit]
@="注册表编辑器"
"icon"="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegeditcommand]
@="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart]
@="重启计算机"
"icon"="shell32.dll,112"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestartcommand]
@="Shutdown -r -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorer]
@="重启资源管理器"
"icon"="shell32.dll,238"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorercommand]
@="tskill explorer"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0]
@="快捷〖Internet 属性〗"
"icon"="SHELL32.dll,14"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0command]
@="rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1]
@="快捷〖网络状态〗"
"icon"="SHELL32.dll,164"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1command]
@="rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2]
@="快捷〖电源设置〗"
"icon"="SHELL32.dll,316"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2command]
@="rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdown]
@="关机"
"icon"="shell32.dll,215"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdowncommand]
@="Shutdown -s -hybrid -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingTool]
@="截图工具"
"icon"="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingToolcommand]
@="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNot]
@="便笺"
"icon"="SHELL32.dll,300"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNotcommand]
@="explorer.exe shell:appsFolder\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe!App"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpad]
@="写字板"
"icon"="SHELL32.dll,1"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpadcommand]
@="wordpad.exe"

win10 >=1809有云同步的便签能用



Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTDirectoryBackgroundshellRuanMeiMenu]
"SubCommands"="RuanMeiMenu.0;RuanMeiMenu.1;RuanMeiMenu.2;My Computer;Control Panel;Command Prompt;Wordpad;Notepad;StikyNot;Paint;Calculator;SnippingTool;Regedit;Restart Explorer;Restart;Shutdown"
"MUIVerb"="快捷运行组"
"icon"="SHELL32.dll,-022"
"Position"="top"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshell]

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculator]
@="计算器"
"icon"="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCalculatorcommand]
@="calc.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Prompt]
@="命令提示符"
"icon"="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellCommand Promptcommand]
@="cmd.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panel]
@="控制面板"
"icon"="shell32.dll,21"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellControl Panelcommand]
@="rundll32.exe shell32.dll,Control_RunDLL"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computer]
@="快捷〖添加/删除程序〗"
"icon"="imageres.dll,-109"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellMy Computercommand]
@="rundll32.exe shell32.dll,Control_RunDLL Appwiz.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepad]
@="记事本"
"icon"="SHELL32.dll,0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellNotepadcommand]
@="notepad.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaint]
@="画图"
"icon"="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellPaintcommand]
@="mspaint.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegedit]
@="注册表编辑器"
"icon"="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRegeditcommand]
@="Regedit.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart]
@="重启计算机"
"icon"="shell32.dll,112"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestartcommand]
@="Shutdown -r -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorer]
@="重启资源管理器"
"icon"="shell32.dll,238"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRestart Explorercommand]
@="tskill explorer"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0]
@="快捷〖Internet 属性〗"
"icon"="SHELL32.dll,14"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.0command]
@="rundll32.exe shell32.dll,Control_RunDLL Inetcpl.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1]
@="快捷〖网络状态〗"
"icon"="SHELL32.dll,164"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.1command]
@="rundll32.exe shell32.dll,Control_RunDLL ncpa.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2]
@="快捷〖电源设置〗"
"icon"="SHELL32.dll,316"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellRuanMeiMenu.2command]
@="rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdown]
@="关机"
"icon"="shell32.dll,215"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellShutdowncommand]
@="Shutdown -s -hybrid -f -t 0"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingTool]
@="截图工具"
"icon"="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellSnippingToolcommand]
@="SnippingTool.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNot]
@="便笺"
"icon"="SHELL32.dll,300"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNotcommand]
@="explorer.exe shell:appsFolder\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe!App"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpad]
@="写字板"
"icon"="SHELL32.dll,1"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellWordpadcommand]
@="wordpad.exe"


<1809
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNot]
@="便笺"
"icon"="StikyNot.exe"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNotcommand]
@="StikyNot.exe"

<1809

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNot]
@="便笺"
"icon"="SHELL32.dll,300"
>=1809
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerCommandStoreshellStikyNotcommand]
@="explorer.exe shell:appsFolder\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe!App"



温馨提示本站内所有原创内容禁止转载,谢谢合作!

关注耿真SEO微信公众号