Add "Open with TextPad" to context menu in Windows
Posted: Mon Nov 02, 2009 10:39 am
This a little howto on adding textpad to the context menu in windows 7.
This is broken into two steps:
1. Add TextPad to your PATH variable:
This is not hard to do, and you really should read up on what the PATH variable is if you are going to mess around with it. If you can't figure out how to do this, then you shouldn't be doing this anyway.
2. Add "Open With TextPad" command to the registry
Open regedit
you want to go to:
then add a new key
then add a new key to that
change the default vaule in your key to
props to howtogeek.com for having these instructions for notepad
This is broken into two steps:
1. Add TextPad to your PATH variable:
This is not hard to do, and you really should read up on what the PATH variable is if you are going to mess around with it. If you can't figure out how to do this, then you shouldn't be doing this anyway.
2. Add "Open With TextPad" command to the registry
Open regedit
you want to go to:
Code: Select all
HKEY_CLASSES_ROOT\*\shellCode: Select all
HKEY_CLASSES_ROOT\*\shell\Open with TexPadCode: Select all
HKEY_CLASSES_ROOT\*\shell\Open with TexPad\CommandCode: Select all
textpad.exe %1