Remove Search Everything... from Recycle Bin context menu

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
SickestGuy
Posts: 2
Joined: Mon Jul 03, 2023 3:47 am

Remove Search Everything... from Recycle Bin context menu

Post by SickestGuy »

Image

After reading this thread... viewtopic.php?f=2&t=5508

I still don't exactly understand how this works.
HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}
Then what? Remove the entire thing or what?
void
Developer
Posts: 15464
Joined: Fri Oct 16, 2009 11:31 pm

Re: Remove Search Everything... from Recycle Bin context menu

Post by void »

To remove the Search Everything folder context menu item for all folders:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Uncheck Show Search Everything folder context menu item.
  • Click OK.


To add a Search Everything folder context menu item for file system folders only:
  • From the Start menu, search for:
    regedit
  • Right click Registry Editor and click Run as administrator.
  • In the Registry Editor, navigate to:
    HKEY_CLASSES_ROOT\Directory\shell
  • Create a New key called:
    Search Everything...
  • Navigate to:
    HKEY_CLASSES_ROOT\Directory\shell\Search Everything...
  • Create a New key called:
    command
  • On the right, set the (Default) value data to:
    "C:\Program Files\Everything\Everything.exe" -path "%1"
SickestGuy
Posts: 2
Joined: Mon Jul 03, 2023 3:47 am

Re: Remove Search Everything... from Recycle Bin context menu

Post by SickestGuy »

I don't want to add anything and I don't want to remove 'everything' from all folders. Just want to remove Everything search from the recycle bin
Last edited by SickestGuy on Mon Jul 03, 2023 4:07 am, edited 1 time in total.
froggie
Posts: 297
Joined: Wed Jun 12, 2013 10:43 pm

Re: Remove Search Everything... from Recycle Bin context menu

Post by froggie »

The thread you quoted explains this.
The Recycle Bin is a "special folder". You have to remove the registry key that puts Everything into the context menu for all folders, including "Special" folders and replace it with one that just adds Everything to the context menu on standard folders. Void's instructions will do this.

Unfortunately there is no simpler way, it is just the way Windows works.
therube
Posts: 4640
Joined: Thu Sep 03, 2009 6:48 pm

Re: Remove Search Everything... from Recycle Bin context menu

Post by therube »

If you don't want $recycle.bin results from showing up in your searches, exclude $Recycle.Bin from your Everything filter.

Search | Organize Filters | -> Everything --> Edit... ---> Search: !$Recycle.Bin ---- OK
SickestGuy
Posts: 2
Joined: Mon Jul 03, 2023 3:47 am

Re: Remove Search Everything... from Recycle Bin context menu

Post by SickestGuy »

Okay then, I followed those instructions and it worked.

So there isn't a way to simply remove the icon only from R bin? It has to be all special folders?

Like if I right click on a C drive to search... I cant. I have to pick a specific folder.
froggie
Posts: 297
Joined: Wed Jun 12, 2013 10:43 pm

Re: Remove Search Everything... from Recycle Bin context menu

Post by froggie »

So there isn't a way to simply remove the icon only from R bin? It has to be all special folders?

There is no simple way to remove context menu item on specific folders.
Like if I right click on a C drive to search... I cant. I have to pick a specific folder.
I believe you can add another key to HKEY_CLASSES_ROOT\Drive\shell in addition to the one you added to HKEY_CLASSES_ROOT\Directory\shell, following the same directions. That should let you click on drives. (Not tested)
Post Reply