How to exclude multiple files with wildcards?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
juzzle
Posts: 24
Joined: Sat Apr 11, 2020 1:07 am

How to exclude multiple files with wildcards?

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: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: How to exclude multiple files with wildcards?

Post by therube »

"C:\Pictures" !Donald* !Melania* !Jared*


(But aren't you gonna miss that birthday card that they'll send you?)
Post Reply