Hi,
I made a small donation to your software because I love its speed.
What is the Best way to exclude all folders except the few that I want.
For example, I don't need all folders under C:\ drive except c:\users\myname\documents and desktop.
I read your HELP and know you have an exclude and inclulde folder list. But I don't see a way to exclude all folders except the few that I want.
Best way to exclude all folders except the few that I want
Re: Best way to exclude all folders except the few that I want
I had almost the same question yesterday. See two threads below:
viewtopic.php?f=5&t=8767
I know use the filters (and macro name for them) for that and have defined some "cascaded" filters which allow me quickly switch between.
In your case you'd define a filter with the search
"c:\folder_i_want\" | "d:\another folder I want"
this will restrict the search to those folders.
The other way around would be to exclude folders with a !
!"c:\folder_I_dont_want_to_see"
viewtopic.php?f=5&t=8767
I know use the filters (and macro name for them) for that and have defined some "cascaded" filters which allow me quickly switch between.
In your case you'd define a filter with the search
"c:\folder_i_want\" | "d:\another folder I want"
this will restrict the search to those folders.
The other way around would be to exclude folders with a !
!"c:\folder_I_dont_want_to_see"
Re: Best way to exclude all folders except the few that I want
... and if you are sure you will ever need only to see the content of c:\users\myname\documents and c:\users\myname\desktop on your C:-drive:
Go to Menu:Tools > Options > Indexes > NTFS, select C:-drive and enter the following in the include only box:
Note 1: Don't use "" around the foldernames
Note 2: When searching, you can use shell:desktop or %username%\desktop (*), but those are not supported here (yet; it is on the TODO list)
(*) Enable Expand environment variables for that ( under Menu:Tools > Options > Search )
Go to Menu:Tools > Options > Indexes > NTFS, select C:-drive and enter the following in the include only box:
Code: Select all
c:\users\myname\documents;c:\users\myname\desktop
Note 2: When searching, you can use shell:desktop or %username%\desktop (*), but those are not supported here (yet; it is on the TODO list)
(*) Enable Expand environment variables for that ( under Menu:Tools > Options > Search )
Re: Best way to exclude all folders except the few that I want
Thanks. My goal is to minimize Everything's index/database. So I think I will use this solution:
"Menu:Tools > Options > Indexes > NTFS, select C:-drive and enter the following in the include only box"
Why don't voidtools put these suggestions into FAQ? It's seems like a basic requirement.
Also, voidtools should create a youtube video to explain how to "best practice" use Everything.
I'm an Oracle software consultant with over 20 years experience in script Linux , VBA, Windows etc.
I'm curious - where do you gentlemen/ladies find time to help answer questions like mine?
Obviously you are both volunteering your time.
"Menu:Tools > Options > Indexes > NTFS, select C:-drive and enter the following in the include only box"
Why don't voidtools put these suggestions into FAQ? It's seems like a basic requirement.
Also, voidtools should create a youtube video to explain how to "best practice" use Everything.
I'm an Oracle software consultant with over 20 years experience in script Linux , VBA, Windows etc.
I'm curious - where do you gentlemen/ladies find time to help answer questions like mine?
Obviously you are both volunteering your time.
Re: Best way to exclude all folders except the few that I want
Thanks rpnfan. I already studied
viewtopic.php?f=5&t=8767
and save it's contents to my Everything folder for future reference
Quick question - just to confirm:
Will the use of filters reduce the size of Everything's index and database?
Everything's database is blazing fast- what database is it? OpenSQL etc?
viewtopic.php?f=5&t=8767
and save it's contents to my Everything folder for future reference
Quick question - just to confirm:
Will the use of filters reduce the size of Everything's index and database?
Everything's database is blazing fast- what database is it? OpenSQL etc?