The folder sidebar is shown if it is currently not visible when exploring in Everything.
To create an "Explore in Everything" context menu item (when right clicking a folder):
- From the Start menu, search for: regedit
- Right click Registry Editor and click Run as administrator.
- Navigate to:
Code: Select all
HKEY_CLASSES_ROOT\Folder\shell
- Create a new key called:
Code: Select all
Explore in Everything...
- Navigate to:
Code: Select all
HKEY_CLASSES_ROOT\Folder\shell\Explore in Everything...
- Create a new key called:
Code: Select all
command
- Navigate to:
Code: Select all
HKEY_CLASSES_ROOT\Folder\shell\Explore in Everything...\command
- Set the (Default) value to:
where C:\Program Files\Everything\Everything64.exe is the location of your Everything.exe.
Code: Select all
"C:\Program Files\Everything\Everything64.exe" -explore "%1"
To create an "Explore in Everything" context menu item (when right clicking inside a folder on the background):
- From the Start menu, search for: regedit
- Right click Registry Editor and click Run as administrator.
- Navigate to:
Code: Select all
HKEY_CLASSES_ROOT\Directory\Background\shell
- Create a new key called:
Code: Select all
Explore in Everything...
- Navigate to:
Code: Select all
HKEY_CLASSES_ROOT\Directory\Background\shell\Explore in Everything...
- Create a new key called:
Code: Select all
command
- Navigate to:
Code: Select all
HKEY_CLASSES_ROOT\Directory\Background\shell\Explore in Everything...\command
- Set the (Default) value to:
where C:\Program Files\Everything\Everything64.exe is the location of your Everything.exe.
Code: Select all
"C:\Program Files\Everything\Everything64.exe" -explore "%V"