Hi everybody.
I have been trying to find a certain folder within our server, I was not able to.
Finally I got the Everything ver 1.3.4.686 and I used it quite a bit since than.
Now I'm trying to find files with .lnk extension (which are shortcuts), which they are pointing to a specific file path.
Just with typing .lnk I am getting a few hundred thousand results.
Thanks a lot
Properties of shortcut to be used in search criteria
Re: Properties of shortcut to be used in search criteria
If you want to search in a particular directory tree, just enter that tree.
If you're wanting to search for .lnk files that point to a particular tree, then you'd need to search within the .lnk files themselves for the particular tree.
The former:
For the latter, 1.4.0.713b Beta has the ability to search within files:
If you're wanting to search for .lnk files that point to a particular tree, then you'd need to search within the .lnk files themselves for the particular tree.
The former:
Code: Select all
C:\TMP\SOME_DIRECTORY\SUB_DIRECTORY\ .lnk
Code: Select all
.lnk content:SUB_DIRECTORY
Re: Properties of shortcut to be used in search criteria
Thanks for the reply, I really appreciate it.
I'm trying to get .lnk files that point to a particular drive.
I used this code;
As I want to find all the shortcuts pointing anywhere in drive G.
The result was empty although I have .lnk pointing to that drive.
Thanks a lot
I'm trying to get .lnk files that point to a particular drive.
I used this code;
Code: Select all
.lnk content:g:\
The result was empty although I have .lnk pointing to that drive.
Thanks a lot
Re: Properties of shortcut to be used in search criteria
I'm on XP & can do something like:
Note that a .lnk is (essentially) a binary file, one that can contain textual data too.
So might try, Search | Advanced Search... & mess around with the settings there (content type in particular) & see if something doesn't turn up?
Code: Select all
"E:\Documents and Settings\therube\SendTo\" .lnk content:c:\
So might try, Search | Advanced Search... & mess around with the settings there (content type in particular) & see if something doesn't turn up?
Re: Properties of shortcut to be used in search criteria
Thank you so much.
I got the files I wanted.
I got the files I wanted.
Re: Properties of shortcut to be used in search criteria
Wanted to drop back & say that your code even works on my end .
Finds:
E:\Documents and Settings\RUBEN\Desktop\AIA.LNK
(On my end, G: is mapped back to my C: drive.)
Code: Select all
.lnk content:g:\
E:\Documents and Settings\RUBEN\Desktop\AIA.LNK
(On my end, G: is mapped back to my C: drive.)