I use the search Everything context menu a lot...is it possible to search a shortcut?
I right clicked a shortcut but there was no entry for Everything.
Search through shortcut with context menu
Search through shortcut with context menu
Last edited by harryray2 on Sat Aug 21, 2021 9:05 am, edited 1 time in total.
Re: Search through shortcut with context menu
What do you mean ?
"Search this filename with Everything" is shown here in any file manger
in the context menu also for .lnk files.
"Search this filename with Everything" is shown here in any file manger
in the context menu also for .lnk files.
Re: Search through shortcut with context menu
Scrub through what I wrote previously...I can search a directory shortcut but is there any way I can search, with the context menu, the parent directory of a shortcut pointing to a file?
Re: Search through shortcut with context menu
Thanks, I'll go through all the steps and give it a try...will it still enable me to use the context for a directory shortcut as well as the parent and can it be used with 1.5?
Re: Search through shortcut with context menu
will it still enable me to use the context for a directory shortcut
Yes, you can have both context menu items.
Yes, please specify the Everything 1.5 executable name when setting up the registry:as well as the parent and can it be used with 1.5?
C:\Program Files\Everything 1.5a\Everything64.exe
Re: Search through shortcut with context menu
I've been trying this out...I can't get it to work.
First, is this the correct setting to search the parent folder of a link to a file?
First, is this the correct setting to search the parent folder of a link to a file?
void wrote: ↑Sun Jun 23, 2013 8:06 am What about context menus ?
For folders you could add your own context menu:
In regedit, make the following key:Set the default value in HKEY_CLASSES_ROOT\Folder\shell\Search Parent...\command to:Code: Select all
HKEY_CLASSES_ROOT\Folder\shell\Search Parent...\command
Where C:\Program Files\Everything\Everything.exe is the location of your Everything.exeCode: Select all
C:\Program Files\Everything\Everything.exe -parentpath \"%1\"
For files you could add your own context menu:
In regedit, make the following key:Set the default value in HKEY_CLASSES_ROOT\*\shell\Search Parent...\command to:Code: Select all
HKEY_CLASSES_ROOT\*\shell\Search Parent...\command
Code: Select all
C:\Program Files\Everything\Everything.exe -parentpath \"%1\"
Re: Search through shortcut with context menu
What happens?I've been trying this out...I can't get it to work.
Please try without the backslashes (\).
The following should work for lnk files:
In regedit, make the following key:
Code: Select all
HKEY_CLASSES_ROOT\*\shell\Search Parent in Everything\command
Code: Select all
C:\Program Files\Everything\Everything.exe -parent-path "%1"
Re: Search through shortcut with context menu
From my reading, harryray2 wants to right-click on a shortcut and have an option to search the target folder of that shortcut.
The regkey works for the folder where the file/shortcut is located (ie, desktop), not for its target folder. I guess this is doable on v1.5 by using a Property of the shortcut?
The regkey works for the folder where the file/shortcut is located (ie, desktop), not for its target folder. I guess this is doable on v1.5 by using a Property of the shortcut?