"Open containing folder in Explorer" always launches a new Explorer process instead of re-using!
-
Hi and many thanks for the wonderfully usable Notepad++,
The native “Open containing folder in Explorer” command in Notepad++ (even in the latest version) launches Windows Explorer (Win11 latest release build) using this command line “C:\WINDOWS\explorer.exe /factory,{75dff2b7-6936-4c06-a8bb-676a7b00b24b} -Embedding” which starts a new Explorer.exe process that then lingers and keeps running in the background (and using memory) even when the relevant window is closed. This is the result from my task manager after using this function in Notepad++ for several times.
The same function in some other editor (like VS code) reuse the existing Explorer process and don’t seem to burden the system resource as much.
Thank you.

-
I believe your complaint is the same as in this official issue
Given that you say you are running the same
embeddingcommand that @xomx mentioned over there, I am assuming you didn’t fully understand what he was trying to say. I don’t know fully what’s going on, but the Issue lead me to believe that command is something the OS launches as a result of Notepad++ asking to open the explorer process, and wasn’t given as advice for what you should launch instead.Please note, as our FAQ says, that we are just the Community of users of Notepad++, so there’s nothing we can do here to fix it for you. The official issue I linked to is where anything that can be done will be done. Here, we can just talk about it, but not fix it.