How to Replace Notepad with Notepad++ Windows 11 [Steps]

Tips to Replace Notepad with Notepad++ Windows 11:

In this post, we are going to discuss on How to Replace Notepad with Notepad++ Windows 11. You are provided with easy steps/methods to do so. Let’s starts the discussion.

‘Replace Notepad with Notepad++ in Windows 11’:

‘Notepad’: Notepad or Microsoft Notepad s excellent tool for writing or copying programming code. Unlike Word 365 which automatically formats the code, making it impossible to use, Notepad keeps the formatting exactly how you wrote it. Notepad offers you can create text files that are saved as .txt formats, which can be opened in other word processing software like Word.

‘Notepad++’: Notepad++ is a text and source code editor for use with Microsoft Windows. Notepad++ supports tabbed editing which allows working with multiple open files in a single window. Notepad++ is distributed as free software. It features syntax highlighting, code folding, and limited autocompletion for programming, scripting, and markup languages, but not intelligent code completion or syntax checking.

So, if you are a serious developer or programmer or someone who needs a great text editor and features that are not available in Windows’ Notepad, then you can try Notepad++ which is the great alternative of Notepad. However, there are several other text editors which you can install and replace the Notepad with it, but Notepad++ is one of the great tools in text editors category so you can try this.

If you are looking for ways to install Notepad++ and replace Notepad with Notepad++ in Windows 11 computer, then you are in right-place for the solution. Here, you are provided with easy steps to make Notepad++ as default text editor in Windows 11. Let’s go for the steps.

How to Replace Notepad with Notepad++ Windows 11?

Step 1: Download and install Notepad++. At first, you need to download and install Notepad++ software in your computer through ‘https://notepad-plus-plus.org/downloads/’ page or visit ‘Notepad++ official website’ in browser, once downloaded, double-click on downloaded setup file and follow on-screen instructions to finish the installation.

Step 2: By default, Notepad++ will install in ‘C:\Program Files\Notepad++’ folder. To install in different folder, click ‘Browse’ and select the another folder, check the components you want to install and uncheck the one you don’t want to install. The default selections should be good in many cases. Click ‘Next’

Step 3: Click ‘Install’ to finish the installation wizard.

Step 4: Now, open ‘Settings’ app in Windows PC via Windows Search Box and go to ‘Apps > Default Apps’

Step 5: When Default apps settings opens, use the search box and type ‘Edge’ to search for default app for applications.

Step 6: Microsoft Edge will appear in result, click ’Notepad’

Step 7: The next page will show the list of all default file types and file types that Notepad is default for. You can simply select each types and switch from Notepad or ‘Notepad++’

Step 8: When you select ‘Notepad’, a popup window will appear you to select the app that you want to always open this type of file.

Step 9: Click ‘More apps’ link to see more apps, select ‘Look for another app on this PC’ link, go to ‘C:\Program Files\Notepad++’ path and select ‘Notepad++’ app and then click ‘Open’ to always open this type of file with Notepad++

Step 10: Do for each file type until ‘Notepad++’ is chosen as the default to open these files.

How to make Notepad++ default completely in Windows 11 via Command Prompt?

Step 1: Type ‘cmd’ in Windows Search Box and press ‘SHIFT + ENTER’ keys on keyboard to open ‘Command Prompt as Administrator’

Step 2: Type the following command and hit ‘Enter’ key to execute.

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

Step 3: To undo the commands , run the following command

REG DELETE “HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe” /v “Debugger” /f

Step 4: Once executed, you are done.

Conclusion

I am sure this post helped you on How to Replace Notepad with Notepad++ Windows 11, How to make Notepad++ as default in Windows 11 with easy ways. You can read & follow our instructions to do so. That’s all. For any suggestions or queries, you can write on comment box below.