Windows Registry Editor Version 5.00 ; This script adds Notepad2 to explorer's context menu for all types ; of files. Edit the path to Notepad2.exe and run the script to install. ; To uninstall simply delete the registry entries. ; uninstall: ;[-HKEY_CLASSES_ROOT\*\Shell\Notepad2] ; install: [HKEY_CLASSES_ROOT\*\Shell\Notepad2] @="Open with &Notepad2" [HKEY_CLASSES_ROOT\*\Shell\Notepad2\command] @="C:\\Programme\\Notepad2\\Notepad2.exe %1"