Search LNK files by associated file type

General discussion related to "Everything".
Post Reply
JonLParis
Posts: 1
Joined: Tue Oct 08, 2024 10:13 am

Search LNK files by associated file type

Post by JonLParis »

How can I search for shortcut files (lnk or LNK) whose actual files are associated with a default app/open with a default app?

Example: search for all lnk associated with: Excel, or Acrobat, or VLC or iTunes, etc.

argument would be with Boolean AND [associated default app]

Thanks!

Jon
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search LNK files by associated file type

Post by void »

With Everything 1.5 you will be able to search for:

*.lnk shortcut-target:ext:xls;xlsx
*.lnk shortcut-target:*.pdf
*.lnk shortcut-target:video:
*.lnk shortcut-target:audio:

space = AND
ext: = extension list
ext:xls;xlsx = Excel
*.pdf = Acrobat
video: = common video extensions.
audio: = common audio extensions.

shortcut-target:



Everything doesn't have a way to get the associated app yet.
I have put this on my TODO list.
Thank you for the suggestion.
Post Reply