Quickly add the program to the context menu command

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\NotePad++]
@="用 NotePad++ 打开"
"Icon"="E:\\Program Files (x86)\\Notepad++\\notepad++.exe,0"
[HKEY_CLASSES_ROOT\*\shell\NotePad++\command]
@="E:\\Program Files (x86)\\Notepad++\\notepad++.exe %1"
[HKEY_CLASSES_ROOT\Directory\shell\NotePad++]
@="用 NotePad++ 打开"
"Icon"="E:\\Program Files (x86)\\Notepad++\\notepad++.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\NotePad++\command]
@="E:\\Program Files (x86)\\Notepad++\\notepad++.exe %1"

In notepad ++, for example, the above code attached to txt, the modified .reg suffix, then double-click to perform

Guess you like

Origin www.cnblogs.com/-txf-/p/11599036.html