Skip to content

Instantly share code, notes, and snippets.

@leesei
Created October 20, 2013 10:07
Show Gist options
  • Save leesei/7067477 to your computer and use it in GitHub Desktop.
Save leesei/7067477 to your computer and use it in GitHub Desktop.
#notepad2 #registry #windows
Windows Registry Editor Version 5.00
# replaces notepad
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe]
"Debugger"="\"B:\\Program Files\\Notepad2\\Notepad2.exe\" /z"
# context menu shortcut
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad2]
@="Open with &Notepad2"
[HKEY_CLASSES_ROOT\*\shell\Open with Notepad2\command]
@="\"B:\\Program Files\\Notepad2\\Notepad2.exe\" /ns \"%1\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment