How can one exclude a drive or more in the search filters?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Biff
Posts: 1141
Joined: Mon May 25, 2015 7:09 am

How can one exclude a drive or more in the search filters?

Post by Biff »

How can one exclude a drive or more in the search filters? E.g. exclude drive H: for searches in the filter "Everything".

Is it correct to add this to the search field: !H:
And more than one drive separated by a space: !H: !C:

Can one do a general exclution (for all filters) for special drives?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: How can one exclude a drive or more in the search filters?

Post by void »

Use the OR operator |

For example to search only your C: drive, G: drive or H: drive, search for:
c:|g:|h:

For example to search for all drives except your F: drive, X: drive and V: drive, search for:
!f: !x: !v:
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: How can one exclude a drive or more in the search filters?

Post by salazor »

Yes, it will work:

Code: Select all

!H: !C:
Can one do a general exclution (for all filters) for special drives?
Which are special drives? - You can use the Exclude tab in options
Biff
Posts: 1141
Joined: Mon May 25, 2015 7:09 am

Re: How can one exclude a drive or more in the search filters?

Post by Biff »

Thank you very much!
Use the OR operator |

For example to search only your C: drive, G: drive or H: drive, search for:
c:|g:|h:

For example to search for all drives except your F: drive, X: drive and V: drive, search for:
!f: !x: !v:
Alright, I got it.
Which are special drives?QUOTE]
A part of my drives, e.g. H:, E:, G: or so.
Can one do a general exclution (for all filters) for special drives?

You can use the Exclude tab in options[/
To exclude a drive or more from indexing? I would like to (temporarily) exclude it / them from searching generally.

Many thanks again
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: How can one exclude a drive or more in the search filters?

Post by salazor »

You need to use the Exclude tab in options - only there you exclude drives, folders, etc... from indexing.
Biff
Posts: 1141
Joined: Mon May 25, 2015 7:09 am

Re: How can one exclude a drive or more in the search filters?

Post by Biff »

Alright, actually I do not want exclude any drive / folder from indexing.

Many thanks
Post Reply