Edit the example.reg
file to suit your needs by changing the following:
- In line 3,
Example
is the name of the registry key. It can be whatever you want, but must match the path in line 6. - In line 4 change the string to whatever you want to see in the right-click menu.
Use
&
before the letter to use as a hotkey (underscored in the menu) - Line 7 contains the command you want to run.
%1
will be replaced with the path to the folder you right-clicked.
Lastly, if you want it to be per-user and not global,
replace HKEY_CLASSES_ROOT
with HKEY_CURRENT_USER\SOFTWARE\Classes
.