Notepad++ doesn’t launch (notepad++.exe present in the task manager)

notepadxml

Yesterday Notepad++ was runnable, but today it doesn't. In spite of the notepad++.exe (with its 13 process) presence is the tasks manager, Notepad++ window doesn't launch.

I tried to uninstall and re-install the sofware (and the first launch works), notepad.exe is present in C:\Windows and C:\Windows\Sytem32 folders.

The last file opened with notepad++ was a xml file which isn't readable by other softwares because of the following error message :

The '<' caracter can not be used in a value attribut

What can I do please ?

Best Answer

Try removing the file from C:\Users\<username>\AppData\Roaming\Notepad++\session.xml which reopens the file when you start the program.

If that does not work, maybe you should try a complete uninstall/reinstall if you haven't already.

EDIT: Workaround found (thanks to sgmoore): Install standalone version of Notepad++ (notepad++ portable).

Related Question