how to exclude a subdirectory from a search?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
BigDan
Posts: 51
Joined: Tue May 23, 2017 9:24 pm

how to exclude a subdirectory from a search?

Post by BigDan »

One complication I've found in this program is that a number of results are from C:\users\myname\appdata and it's subfolders. Those links are usually irrelevant. Is there some way to omit those particular results?

Also, unrelated but can someone explain to me what that subfolder actually it?

Thanks!
Dan
jjk
Posts: 26
Joined: Mon Jun 15, 2009 6:57 pm

Re: how to exclude a subdirectory from a search?

Post by jjk »

To hide *.lnk enter
!ext:lnk
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: how to exclude a subdirectory from a search?

Post by Stamimail »

BigDan wrote:Also, unrelated but can someone explain to me what that subfolder actually it?
https://www.howtogeek.com/318177/what-i ... n-windows/

Search the forum to learn more about exclude options.
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to exclude a subdirectory from a search?

Post by void »

To exclude a folder such as the appdata folder from Everything:
  • In Everything, from the Tools menu, click Options.
  • Click the Exclude tab on the left.
  • Click Add filter....
  • Type in the following filter and click OK:
    c:\users\*\appdata
  • Click OK.
To temporarily exclude this appdata folder from a search, include the following in your search:
!c:\users\*\appdata\*

the appdata folder is used by Windows to store all application data and settings.
Each user has their own location for data and settings.
Post Reply