I have 60K files on my C drive with no extension. I wish to exclude all such files from Everything.
I searched forum for this, but found nothing helpful.
I have tried *.dll;*. and *.dll;*."" and neither excluded files with no extension.
Is there a way to accomplish this?
Version 1.5.0.1416b (x64), win 10 22H2
Exclude Files with No Extension?
-
NotNull
- Posts: 5977
- Joined: Wed May 24, 2017 9:22 pm
Re: Exclude Files with No Extension?
I'm assuming you want to permanently exclude those files under Menu > Tools > Options > Indexes > Exclude?
Then try the following:
Include only files =
Exclude files =
In the search bar, files without extension can be excluded by adding to the search query
Then try the following:
Include only files =
*.*Exclude files =
*.dllIn the search bar, files without extension can be excluded by adding
!ext:-
void
- Developer
- Posts: 20041
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Exclude Files with No Extension?
To exclude dll files and files with no extension, please try the following exclude filter:
*.dll;regex:^[^.]*$-
hamid56
- Posts: 41
- Joined: Sun Jul 20, 2014 9:38 am
Re: Exclude Files with No Extension?
in completing David guidance we have 3 another method for excluding no-ext files:i appreciate any person that mention another reasonable method(without adding * or " to current commands).
file:!.
ext:
file: !regex:\.
file: regex:^[^.]*$
file:!.
ext:
file: !regex:\.
file: regex:^[^.]*$