How to find broken lnk files

Discussion related to "Everything" 1.5 Alpha.
Post Reply
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

How to find broken lnk files

Post by void »

To find broken shortcut files with Everything:

In Everything 1.5, type in the following search:

*.lnk regex:shortcut-target:(.*) !<folderexists:\1 | fileexists:\1>

Note: this will find lnk files where the target file or folder does not exist in your Everything index.
Post Reply