If you are experiencing problems with "Everything", post here for assistance.
Bug locker
Posts: 6 Joined: Sun Feb 21, 2021 11:10 pm
Post
by Bug locker » Thu May 26, 2022 9:14 pm
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: 19839 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Fri May 27, 2022 12:50 am
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
Post
by Bug locker » Fri May 27, 2022 12:52 pm
Thanks.
Is there a list , with all commands/functions and them descriptions ?
void
Developer
Posts: 19839 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Fri May 27, 2022 9:54 pm