Comments
Item

Add "Open with Notepad" to right-click context menu

Published in Windows Vista User Interface Tweaks by Steve Sinchak with 44,074 views and 3 comments

Do you use notepad very frequently to open all types of text files? This quick tweak will add "Open with Notepad" to all of your file context menus. Whenever you right click on a file, you will have the option to open it in Notepad.

Copy and paste the code below into Notepad.  Then save it as a .reg file and import it by clicking on it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
@=""

[HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
@="notepad.exe %1"
 
Free Computer Magazines and eBooks
 
Comments
tweakingout
2 years ago
It say it cannot import because "The specified file is not a registry script. You can only import binary registry files fro within the registry editor.
Simono
One year ago
Yea.... it's saying the same thing to me?/?/?
albeborg
One year ago
thats because your saving it as a txt file
save as all files