Notepad++ has disappeared from my system, even the folder under "Program Files" on my c: drive is gone
-
I use notepad++ regularly, usually it’s just open whenever my computer is on.
I went to open it today, and it’s gone. No trace of it. Can’t find it to open it directly, the context menu option doesn’t appear when I right-click on a .txt file, etc. It doesn’t appear in Add/Remove programs, and the folder that it’s supposed to be installed in doesn’t exist under Program Files, it’s just gone.
I feel like I’m in a twilight zone episode. I absolutely, positively did not initiate any action that should have resulted in it being removed.
I was hoping that I would do a search for this problem and find that it was a known issue with a known solution; but while I’ve found a few posts, they are relatively old, and none of them seem to exactly mirror my experience.
Any ideas? I can re-install, but I’d like to know the root cause.
-
@Andrew-Gross said in Notepad++ has disappeared from my system, even the folder under "Program Files" on my c: drive is gone:
the folder that it’s supposed to be installed in doesn’t exist under Program Files, it’s just gone.
Sounds like someone uninstalled it.
I feel like I’m in a twilight zone episode. I absolutely, positively did not initiate any action that should have resulted in it being removed.
If not you, then someone else? IT? family member or roommate? practical-joking friend or co-worker?
Overzealous anti-malware that automatically removes apps you haven’t paid it to accept?
Notepad++ doesn’t uninstall itself without someone taking action.
This article may help you see if there was an uninstaller event, and when it happened: https://answers.microsoft.com/en-us/windows/forum/all/history-of-uninstalled-apps-in-windows-10/2a8afc9e-c24c-47f9-8098-7ea94bd798a6
-
@Andrew-Gross - Notepad++ is usually found in one of three places:
- %ProgramFiles%\Notepad++
- %ProgramFiles(x86)%\Notepad++
- Anywhere other than the above two places usually it’s a portable copy or edition of Notepad++.
Make sure you look in both
%ProgramFiles%\Notepad++and%ProgramFiles(x86)%\Notepad++.In all three cases the file you are looking for is called
Notepad++.exeand it’s possible there is more than one copy on the machine.You could also try looking for files named
config.xmlandsession.xml. These are normally in%AppData%\Notepad++but can be anywhere on your machine. If you find the files then it’s a clue that Notepad++ existed on the machine. -
Re: [Notepad++ has disappeared from my system](even the folder under "Program Files" on my c: drive is gone)
i have same problem . notepad++ is uninstalled automatically
-
Please take the advice that I and @mkupper provided, and let us know the results:
- were you able to find the uinstaller event using the Microsoft article I linked?
- did you search the locations that @mkupper suggested for finding the exe? (for the third “location”, you can just search your whole computer using Windows Explorer’s “search” feature to find
notepad++.exe) If so, was it at any of those locations? - did you search the locations that @mkupper suggested for the
config.xmlandsession.xml? if so, did you find them, or not?
Without you following through with that advice, no one can help you more than the advice already given.