Apologies if this has been answered but searching for the word 'shortcut' gives a lot of unrelated answers...
I want to use everything often to grab a shortcut (that is, a *.lnk) from the start menu, since windows search really sucks. But I can't really filter for that - i have audio, compressed, executable, and so on:
Is there a way I can add shortcut to that filter - and more importantly, a keyboard, uh, shortcut to the filters so I can quickly track it down without using the mouse? Thank you!
Filter the results for just 'shortcuts'
-
- Posts: 8
- Joined: Thu Sep 28, 2023 2:16 pm
Re: Filter the results for just 'shortcuts'
To find shortcut files, include the following in your search:
*.lnk
To find shortcut files in the Start menu, include the following in your search:
\start *.lnk
(matches all start menu folders -however, it can also match other unwanted folders)
-or-
<shell:"start menu" | shell:"common start menu"> *.lnk
To create a filter to search for shortcuts:
To create a filter to search for shortcuts under the Start menu:
*.lnk
To find shortcut files in the Start menu, include the following in your search:
\start *.lnk
(matches all start menu folders -however, it can also match other unwanted folders)
-or-
<shell:"start menu" | shell:"common start menu"> *.lnk
To create a filter to search for shortcuts:
- In Everything, from the Search menu, click Add to filters....
- Change the Name to: Shortcuts
- Change the Search to: *.lnk
- Set a Keyboard shortcut.
- Click OK.
To create a filter to search for shortcuts under the Start menu:
- In Everything, from the Search menu, click Add to filters....
- Change the Name to: Start Menu Shortcuts
- Change the Search to:
<shell:"start menu" | shell:"common start menu"> *.lnk - Set a Keyboard shortcut.
- Click OK.
-
- Posts: 8
- Joined: Thu Sep 28, 2023 2:16 pm
Re: Filter the results for just 'shortcuts'
Fantastic!! Thank you. What a wonderful product.