I would like to keep Everything context menu for folders, but would like to remove the option from the Recycle Bin. Does anyone know the registry key where the recycle bin context menu is located? Thank you!
![Mr. Green :mrgreen:](./images/smilies/icon_mrgreen.gif)
Code: Select all
HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}
Code: Select all
HKEY_CLASSES_ROOT\Folder\shell\Search Everything...
Code: Select all
HKEY_CLASSES_ROOT\Directory\shell\Search Everything...
Code: Select all
[-HKEY_CLASSES_ROOT\Folder\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...\command]
@="\"<your Everything path from the Folder key>" -path \"%1\""
Code: Select all
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Folder\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...\command]
@="\"<your Everything path from the Folder key>" -path \"%1\""
Thanks a lot for the added information! I could not get it to work without thenka wrote: ↑Sun May 22, 2016 2:27 am @mwsm: Worked great. Thank you!
For anyone who is interested in this tweak copy and paste the following into notepad and then save as All files, and add .reg to the end of the filename
Code: Select all
Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\Folder\shell\Search Everything...] [HKEY_CLASSES_ROOT\Directory\shell\Search Everything...] [HKEY_CLASSES_ROOT\Directory\shell\Search Everything...\command] @="\"<your Everything path from the Folder key>" -path \"%1\""
*note: you should probably back up your registry before applying this, just in case.
Code: Select all
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Folder\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...\command]
@="\"C:\Program Files\Everything\Everything.exe" -path \"%1\""
Code: Select all
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Folder\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...]
"Icon"="C:\\Program Files\\Everything\\Everything.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...\command]
@="\"C:\\Program Files\\Everything\\Everything.exe\" -path \"%1\""
No problem; I was just trying to help you.
Code: Select all
[HKCR\Folder\shell\SearchEverything]
MuiVerb = (REG_SZ) Найти в Everything...
Code: Select all
[HKCU\Folder\shell\SearchEverything]
MuiVerb = (REG_SZ) Найти в Everything...
Code: Select all
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Folder\shell\Search Everything...]
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...]
"Icon"="C:\\Program Files\\Everything\\Everything.exe,0"
[HKEY_CLASSES_ROOT\Directory\shell\Search Everything...\command]
@="\"C:\\Program Files\\Everything\\Everything.exe\" -path \"%1\""
Thanks for the suggestion NotNull,Consider using a general verb and a MUIVerb for localization: