Created
December 7, 2015 16:31
-
-
Save mfurlend/1f6d1ef33532a66250c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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