Searching a specific name

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Bug locker
Posts: 6
Joined: Sun Feb 21, 2021 11:10 pm

Searching a specific name

Post by Bug locker »

Hi.
I'm looking on my drive for files with the name explorer.exe.
But I also take as a result all the files that contain the explorer.exe e.g. explorermui.exe.
What is the syntax to get only results for explorer.exe ?
Thanks. :)
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: Searching a specific name

Post by void »

Did you mean explorer.exe.mui?

Please try the following search:

wholefilename:explorer.exe

-or-

wfn:explorer.exe
exact:explorer.exe
regex:^explorer\.exe$



If you want to find executable files containing explorer in the filename, please search for:

explorer *.exe
Bug locker
Posts: 6
Joined: Sun Feb 21, 2021 11:10 pm

Re: Searching a specific name

Post by Bug locker »

Thanks.
Is there a list , with all commands/functions and them descriptions ?
void
Developer
Posts: 16679
Joined: Fri Oct 16, 2009 11:31 pm

Re: Searching a specific name

Post by void »

Bug locker
Posts: 6
Joined: Sun Feb 21, 2021 11:10 pm

Re: Searching a specific name

Post by Bug locker »

Thanks ! :) :)
Post Reply