Notepad ++ replaces the classic Notepad

The new version of the Notepad ++ 7.5.9 text editor brings a new feature to Windows that lets you replace the default Windows Notepad text editor.

Notepad ++ or PlusPlus add-on is a powerful word processor that offers much more features than Windows Notepad, although Microsoft has recently added some new features to the default Notepad text editor in the latest versions of Windows 10.

Discover more articles in search results.

But let's look at the new version of Notep ++ that brings a new option. Replacing the word processor is not fully automated, and should be performed by a command-line window that you have opened with administrator rights.

Note: The following commands contain a specific path. You can copy and paste the commands immediately if you have the Node ++ installed in the default location but you need to edit the path if you have it installed somewhere else on your drive.

In Windows search, type cmd.exe, right-click cmd.exe, and select "run as administrator".
Alternatively, press Ctrl + Shift together and select open cmd.exe.
Confirm the UAC.

If you use it 32 bit version of Notepad ++ you should run the following command (copy paste to cmd.exe and press Enter):

reg add "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ notepad.exe" / v "Debugger" / t REG_SZ / d "\"% ProgramFiles (x86)% \ Notepad ++ \ -notepadStyleCmdline -z "/ f

If you use it 64 bit version of Notep ++ you should run the following command:

reg add "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ notepad.exe" / v "Debugger" / t REG_SZ/d "\ ProgramFiles% \ Notepad ++ \ notepad ++.exe \ "-notepadStyleCmdline - z "/ f

After running the command you selected you will see the confirmation "the operation completed successfully"

The command will change the information in the Windows registry that makes Notepad instead of Notepad ++ as the default text editor.

You can restore Notepad with the following command:

reg delete "HKLM \ Software \ Microsoft \ Windows NT \ CurrentVersion \ Image File Execution Options \ notepad.exe" / v "Debugger" / f

___________


Google preferences

Leave a Comment

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).