Quick fix to add to context menu in x64
Posted: Wed Feb 15, 2012 8:27 pm
With TextPad open:
Configure/Preferences/General
Uncheck Context Menu
Close TextPad.
This removes any entries created by TextPad.
Create a REG file with the following information:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with TextPad]
[HKEY_CLASSES_ROOT\*\shell\Open with TextPad\command]
@="TextPad.exe %1"
Double-clicking the REG file will add the context menu entry "Open with TextPad" Most files you right click will give you the option to "Open with TextPad".
IMPORTANT: Uninstalling TextPad will not remove the "added" context entry. You must create an UNDO REG file to remove the entries.
Undo REG File:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\Open with TextPad]
This is modified from information posted on http://www.howtogeek.com/howto/windows- ... all-files/
Configure/Preferences/General
Uncheck Context Menu
Close TextPad.
This removes any entries created by TextPad.
Create a REG file with the following information:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Open with TextPad]
[HKEY_CLASSES_ROOT\*\shell\Open with TextPad\command]
@="TextPad.exe %1"
Double-clicking the REG file will add the context menu entry "Open with TextPad" Most files you right click will give you the option to "Open with TextPad".
IMPORTANT: Uninstalling TextPad will not remove the "added" context entry. You must create an UNDO REG file to remove the entries.
Undo REG File:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\Open with TextPad]
This is modified from information posted on http://www.howtogeek.com/howto/windows- ... all-files/