windows右键菜单注册表

windows右键菜单注册表

sublime_text

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\SublimeText3]
@="用 SublimeText3 打开"
"Icon"="F:\\App\\Sublime Text 3\\sublime_text.exe,0"

[HKEY_CLASSES_ROOT\*\shell\SublimeText3\command]
@="F:\\App\\Sublime Text 3\\sublime_text.exe %1"


[HKEY_CLASSES_ROOT\Directory\shell\SublimeText3]
@="用 SublimeText3 打开"
"Icon"="F:\\App\\Sublime Text 3\\sublime_text.exe,0"

[HKEY_CLASSES_ROOT\Directory\shell\SublimeText3\command]
@="F:\\App\\Sublime Text 3\\sublime_text.exe %1"
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\SublimeText3]
[-HKEY_CLASSES_ROOT\Directory\shell\SublimeText3]

notepad++

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Notepad++]
@="用 Notepad++ 打开"
"Icon"="F:\\App\\Notepad++\\notepad++.exe,0"

[HKEY_CLASSES_ROOT\*\shell\Notepad++\command]
@="F:\\App\\Notepad++\\notepad++.exe %1"
Windows Registry Editor Version 5.00
;; [-HKEY_CLASSES_ROOT\*\shell\Notepad++]
[-HKEY_CLASSES_ROOT\Directory\shell\Notepad++]

windows右键添加CMD命令打开文件夹

windows右键添加CMD命令打开文件夹

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Folder\shell\cmd]
@="*** CMD ***"
"Icon"="cmd.exe,0"

[HKEY_CLASSES_ROOT\Folder\shell\cmd\command]
@="cmd.exe /k cd %1"

猜你喜欢

转载自blog.csdn.net/kajweb/article/details/80853469
今日推荐