Skip to content

Instantly share code, notes, and snippets.

@mfurlend
Created December 7, 2015 16:31
Show Gist options
  • Save mfurlend/1f6d1ef33532a66250c6 to your computer and use it in GitHub Desktop.
Save mfurlend/1f6d1ef33532a66250c6 to your computer and use it in GitHub Desktop.
Open Regedit, and navigate to this location: HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\
Create a new KEY for the name of the executable, for example “Notepad.exe” (without the quotes).
In this new Key, create a new string value called “Debugger” without the quotes, and give it the value of the path to Notepad2. E.g. “c:\Program Files\Notepad 2\Notepad2.exe”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment