Solution for " Windows notepad corrupted by notepad++"
-
Re: Windows notepad corrupted by notepad++
Mike,
The Notepad++ 8.6.3 installer does in fact hijack the operation of Window’s Notepad.exe.I run a windows 7x64 machine and here’s what I found in about 30 seconds using Nirsoft’s RegScanner:
It tells Notepad++ to redirect Notepad to itself. There are two registry keys and here’s what they are:
#1 [HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe]
“Debugger”=“C:\Windows\NotepadStarter.exe”
“Notepad++”=“C:\PROGRA~1\NOTEPA~1\notepad++.exe”
“readme”=“call NotepadStarter.exe instead of original notepad.exe! To disable this option just remove notepad.exe entry”#2 [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\notepad.exe]
“Debugger”=“C:\Windows\NotepadStarter.exe”
“Notepad++”=“C:\PROGRA~1\NOTEPA~1\notepad++.exe”
“readme”=“call NotepadStarter.exe instead of original notepad.exe! To disable this option just remove notepad.exe entry”and the both tell you how to fix it. Just refresh the registry and it will work.
-
You are incorrect. I have run the Notepad++ v8.6.3 installer, and do not have those registy settings that you mentioned. Nor do I have a
c:\Windows\NotepadStarter.exeexecutable in my filesystem.But since your screenshot shows
c:\Windows\NotepadStarter.exe, I am wondering whether at some point, you installed the “plugin” calledNotepadStarterPlugin

If you look at that plugin’s repo, changing those keys in the registry is exactly what it claims to do.update: Also, if you had read the full discussion that you linked to for your reply, you would have seen that the NotepadStarterPlugin was already identified as the likely culprit 7 years ago.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login