Context Menu Freezing Explorer

Found a bug in "Everything"? report it here
Mek
Posts: 1
Joined: Thu Jun 12, 2025 1:15 pm

Context Menu Freezing Explorer

Post by Mek »

When using the context menu to open a search specific to any location, 9 times out of 10 after closing Everything, Windows Explorer freezes.

Closing and reopening the explorer window fixes the problem but I have had to turn off the context integration on all laptops

Everything Version 1.4.1.1027 Lite (x64)
Lenovo Thinkbook 15 G4 IAP;Lenovo ThinkPad E16 Gen 1
Windows 11 Business 24H2 26100.4349 Windows Feature Experience Pack 1000.26100.107.0

This happens for all newly installed laptops
therube
Posts: 5727
Joined: Thu Sep 03, 2009 6:48 pm

Re: Context Menu Freezing Explorer

Post by therube »

To be clear...

You have, Options | General -> Show Search Everything folder context menu item, enabled
& when you 'SSEfcmi' on an item in Windows Explorer, when you then close Everything,
W/E freezes?

Perhaps, viewtopic.php?p=37423#p37423
horst.epp
Posts: 1643
Joined: Fri Apr 04, 2014 3:24 pm

Re: Context Menu Freezing Explorer

Post by horst.epp »

This sounds like a typical Context menu extension problem.
Download the Nirsoft tool ShellExView and disable non-Microsoft extension to find the Culprit.
https://www.nirsoft.net/utils/shexview.html
void
Developer
Posts: 19899
Joined: Fri Oct 16, 2009 11:31 pm

Re: Context Menu Freezing Explorer

Post by void »

The Search Everything... context menu item is not even a context menu shell extension.
So this is a little odd, does the same issue exist if you launch Everything.exe from Explorer?

The Search Everything... context menu is installed in your registry under:
HKEY_CLASSES_ROOT\Folder\shell\Search Everything...


Explorer will just be calling the specified command under the command key.



The issue could be caused by an icon handler.

Please try disabling icon handlers in Everything:
  • Copy and paste the following into your Everything search box:
    /icon_shell_extensions=0
  • Press ENTER in your Everything search box.
  • If successful, icon_shell_extensions=0 is shown in the status bar for a few seconds.


The issue could be caused by an context menu handler.

Please try disabling context menu handlers in Everything:
  • Copy and paste the following into your Everything search box:
    /context_menu_shell_extensions=0
  • Press ENTER in your Everything search box.
  • If successful, context_menu_shell_extensions=0 is shown in the status bar for a few seconds.
Does the issue persist?