Exclude folders from a search

General discussion related to "Everything".
Post Reply
andy3000
Posts: 1
Joined: Thu Jan 14, 2021 6:14 pm

Exclude folders from a search

Post by andy3000 »

Is there a way to exclude multiple folders from a search?
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: Exclude folders from a search

Post by NotNull »

Try it with:

Code: Select all

!"c:\folder 1"   !"D:\some other\folder" !E:\
! means NOT in Everything.
Post Reply