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?
How can one exclude a drive or more in the search filters?
Re: How can one exclude a drive or more in the search filters?
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:
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:
Re: How can one exclude a drive or more in the search filters?
Yes, it will work:
Code: Select all
!H: !C:
Which are special drives? - You can use the Exclude tab in optionsCan one do a general exclution (for all filters) for special drives?
Re: How can one exclude a drive or more in the search filters?
Thank you very much!
Many thanks again
Alright, I got it.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:
To exclude a drive or more from indexing? I would like to (temporarily) exclude it / them from searching generally.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[/
Many thanks again
Re: How can one exclude a drive or more in the search filters?
You need to use the Exclude tab in options - only there you exclude drives, folders, etc... from indexing.
Re: How can one exclude a drive or more in the search filters?
Alright, actually I do not want exclude any drive / folder from indexing.
Many thanks
Many thanks