Save the following code as TextPad_Context_Menu_Fix.reg
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with TextPad]
@=""
[HKEY_CLASSES_ROOT\*\shell\Open With TextPad\command]
@="textpad.exe %1"
* You may have to run it as Administrator. I disabled UAC so I can't test that.
** If it causes you a problem, just go browse the registry and delete that key. If you don't know how to do that, maybe you shouldn't mess with this.
*** Use at your own risk. Your mileage may vary. Don't blame me or hold me responsible, etc etc etc. This worked for me in Vista Ultimate x64. This is a very basic registry hack, I can't provide any help.