

Although you can’t change the font in Notepad, you can change the font size, and you can also copy and paste text from another program that does allow you to change the font. The new options -notepadStyleCmdline and -z of Notepad++ do the trick.If you’ve ever wanted to change the font in Notepad, you may have been disappointed to find that there is no font option under Format in the menu. To undo the change, use the following command: reg delete "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /v "Debugger" /f.

Now, double-click on a text file or type notepad in the text box of the Run dialog or Start menu.Reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe" /v "Debugger" /t REG_SZ /d "\"%ProgramFiles(x86)%\Notepad++\notepad++.exe\" -notepadStyleCmdline -z" /f Type or copy-paste the following command:.Replace Notepad With Notepad++ in Windows

However, older versions were opening the Notepad.exe binary in a tab along with the target file. Notepad++ v7.5.9 resolves this issue. In fact, you could also use previous versions of the app as the debugger for Notepad. Notepad++ v7.5.9 can be used as the 'debugger' for the Notepad app. We can use this to override the executable file of the Notepad app. It will get the full path to the running executable file. The "debugger" string value usually contains the full path to the EXE file which should act as the debugger.
