Duplicated entry of Notepad++ in right click everything search result

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
dt9527
Posts: 2
Joined: Sat Apr 29, 2023 1:55 am

Duplicated entry of Notepad++ in right click everything search result

Post by dt9527 »

Hello Guys,

Recently updated notepad++ to version 8.5.2 and found there is duplicate entry of "Edit with Notepad++".
0001.jpg
0001.jpg (37.65 KiB) Viewed 1331 times
Any idea where / how can I remove the extra line?

Regards
dt9527
void
Developer
Posts: 15553
Joined: Fri Oct 16, 2009 11:31 pm

Re: Duplicated entry of Notepad++ in right click everything search result

Post by void »

Does this occur for files without an extension only?, files with a specific file extension? or all file extensions?
Does Windows Explorer show the duplicated context menu item?

Everything will pull context menu items from the registry in the following order:
.extension (for example .txt)
baseclass (for example: txtfile)
Folder (if the item is a folder)
* (if the item is a file)
AllFilesystemObjects



See if the context menu item is registered multiple times under any of the following registry keys:
HKEY_CLASSES_ROOT\.<extension>\shell (for example: HKEY_CLASSES_ROOT\.txt\shell)
HKEY_CLASSES_ROOT\<baseclass>\shell (for example: HKEY_CLASSES_ROOT\txtfile\shell)
HKEY_CLASSES_ROOT\Folder\shell
HKEY_CLASSES_ROOT\*\shell
HKEY_CLASSES_ROOT\AllFilesystemObjects\shell

There is likely a folder under the shell folders called: Edit with Notepad++
NotNull
Posts: 5306
Joined: Wed May 24, 2017 9:22 pm

Re: Duplicated entry of Notepad++ in right click everything search result

Post by NotNull »

That is a bug in Notepad++ 8.5.2 (link)

There might be an intermediate bugfix release that works for you, but if you wait it will sort itself out with the next npp version.
dt9527
Posts: 2
Joined: Sat Apr 29, 2023 1:55 am

Re: Duplicated entry of Notepad++ in right click everything search result

Post by dt9527 »

NotNull wrote: Mon May 01, 2023 11:45 am That is a bug in Notepad++ 8.5.2 (link)

There might be an intermediate bugfix release that works for you, but if you wait it will sort itself out with the next npp version.
Thanks NotNull for sharing.
Today I check again, the duplicate line was disappear.

No action taken to change any Notepad++ / Everything setting.
Post Reply