Exclude Indexing of Files Without Extensions

Have a suggestion for "Everything"? Please post it here.
Post Reply
Ghost_Dz
Posts: 10
Joined: Mon Apr 19, 2021 9:51 am

Exclude Indexing of Files Without Extensions

Post by Ghost_Dz »

Exclude Indexing of Files Without Extensions ;)
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclude Indexing of Files Without Extensions

Post by void »

To exclude files without an extension from your index:
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Change Include only files to: *.*
  • Click OK.
-or-
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Change Exclude files to: regex:^[^.]*$
  • Click OK.
Ghost_Dz
Posts: 10
Joined: Mon Apr 19, 2021 9:51 am

Re: Exclude Indexing of Files Without Extensions

Post by Ghost_Dz »

Not Working :(
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclude Indexing of Files Without Extensions

Post by void »

What happens?

Could you please send a screenshot of your Exclude settings under Tools -> Options -> Exclude
Could you please send an example of a filename that is showing in your result list.
Ghost_Dz
Posts: 10
Joined: Mon Apr 19, 2021 9:51 am

Re: Exclude Indexing of Files Without Extensions

Post by Ghost_Dz »

if i use this :
regex:^[^.]*$

nothing show
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclude Indexing of Files Without Extensions

Post by void »

Thanks for the image Ghost_Dz,

You are setting the exclude filter for folders.

Please remove the regex:^[^.]*$ folder filter.

Please remove the folder excludes and set Include only files and Exclude files at the bottom of the Exclude options page:


Exclude a file type? *.lnk?
Ghost_Dz
Posts: 10
Joined: Mon Apr 19, 2021 9:51 am

Re: Exclude Indexing of Files Without Extensions

Post by Ghost_Dz »

THX :D :D
Ghost_Dz
Posts: 10
Joined: Mon Apr 19, 2021 9:51 am

Re: Exclude Indexing of Files Without Extensions

Post by Ghost_Dz »

I CAN TAKE STAR IN superuser.com :D :D :D
Post Reply