Exclude all folders except this
Exclude all folders except this
Hi, is it possible to exclude all user folders (C:\Users) except mine from the index?
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.
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!