Exclude all folders except this

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
gialandra
Posts: 15
Joined: Tue Feb 07, 2017 12:24 pm

Exclude all folders except this

Post by gialandra »

Hi, is it possible to exclude all user folders (C:\Users) except mine from the index?
void
Developer
Posts: 16680
Joined: Fri Oct 16, 2009 11:31 pm

Re: Exclude all folders except this

Post by void »

Please try a negative lookahead regex filter:
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Click Add filter....
  • Set the filter to:
    regex:^c:\\users(?!\\gialandra(\\.*|$)|$)
    where gialandra is the user name to keep in your index.
  • Click OK.
  • Click OK.
gialandra
Posts: 15
Joined: Tue Feb 07, 2017 12:24 pm

Re: Exclude all folders except this

Post by gialandra »

It seems to work perfectly.

This application is really powerful. Thanks so much for your work!
Post Reply