Exclude all folders except this
-
gialandra
- Posts: 15
- Joined: Tue Feb 07, 2017 12:24 pm
Exclude all folders except this
Hi, is it possible to exclude all user folders (C:\Users) except mine from the index?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Exclude all folders except this
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
It seems to work perfectly.
This application is really powerful. Thanks so much for your work!
This application is really powerful. Thanks so much for your work!