If you are experiencing problems with "Everything", post here for assistance.
-
juzzle
- Posts: 24
- Joined: Sat Apr 11, 2020 1:07 am
Post
by juzzle »
This should be rather straightforward, but it is not working as expected.
I want to exclude files beginning with "Donald", "Melania" and "Jared" in a particular folder. I thought it would be as simple as this:
Code: Select all
"C:\Pictures" !Donald*|!Melania*|!Jared*
But that does not work
What am I doing wrong?
-
therube
- Posts: 4955
- Joined: Thu Sep 03, 2009 6:48 pm
Post
by therube »
"C:\Pictures" !Donald* !Melania* !Jared*
(But aren't you gonna miss that birthday card that they'll send you?)