Notepad++ automatically adds a shell shortcut so that when you\'re in Windows Explorer, you can right-click on a file and select \"edit with Notepad++\". How can I do the same w
This site explains how to do it with another app. Just change the path and you should be all set.
Create this key/value:
[HKEY_CLASSES_ROOT\*\shell\Edit with AppName\command] @=”\”C:\\Program Files\\Notepad2\\Notepad2.exe\” \”%1\”"
Here's another reference, which is a little easier to follow.