Vista & TextPad on the Context Menu
Posted: Fri Mar 16, 2007 1:00 am
So..having problems getting TextPad to be listed on the file context menu in windows Vista? Yes, me too. 4.73 & 5.00 don't put them on the main context menu and the other thread referencing launching TextPad as admin and selecting the context menu didn't work for me.
Save the following code as TextPad_Context_Menu_Fix.reg
Then run the .reg file to import the settings to your registry. Tadah.
* 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.
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.