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
how to exclude a subdirectory from a search?
-
jjk
- Posts: 26
- Joined: Mon Jun 15, 2009 6:57 pm
Re: how to exclude a subdirectory from a search?
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?
https://www.howtogeek.com/318177/what-i ... n-windows/BigDan wrote:Also, unrelated but can someone explain to me what that subfolder actually it?
Search the forum to learn more about exclude options.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: how to exclude a subdirectory from a search?
To exclude a folder such as the appdata folder from Everything:
!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.
- 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.
!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.