From: Mint on
Is there a way to get explorer to default to show more advanced
options when doing a file search?

I want it to search ALL folders by default.

Thanks.
From: ju.c on
Create this registry file and import it to set your 'Search' options to advanced.


1. Copy below and paste into Notepad.

----------copy inside only----------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
"UseAdvancedSearchAlways"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"IncludeSubFolders"=dword:00000001
"SearchHidden"=dword:00000001
"SearchSystemDirs"=dword:00000001

----------copy inside only----------

2. Save-as "Search-Advanced.reg" (or any name + .reg)

3. Double-click or right-click and merge into the registry.


ju.c


"Mint" <chocolatemint77581(a)yahoo.com> wrote in message news:7ab2f3c2-f403-47f0-96db-3d7a0cfd8973(a)y17g2000yqd.googlegroups.com...
> Is there a way to get explorer to default to show more advanced
> options when doing a file search?
>
> I want it to search ALL folders by default.
>
> Thanks.
From: Mint on
On Mar 26, 1:39 am, "ju.c" <bibidybubidyb...(a)mailinator.com> wrote:
> Create this registry file and import it to set your 'Search' options to advanced.
>
> 1. Copy below and paste into Notepad.
>
> ----------copy inside only----------
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
> "UseAdvancedSearchAlways"=dword:00000001
>
> [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
> "IncludeSubFolders"=dword:00000001
> "SearchHidden"=dword:00000001
> "SearchSystemDirs"=dword:00000001
>
> ----------copy inside only----------
>
> 2. Save-as "Search-Advanced.reg" (or any name + .reg)
>
> 3. Double-click or right-click and merge into the registry.
>
> ju.c
>
> "Mint" <chocolatemint77...(a)yahoo.com> wrote in messagenews:7ab2f3c2-f403-47f0-96db-3d7a0cfd8973(a)y17g2000yqd.googlegroups.com...
> > Is there a way to get explorer to default to show more advanced
> > options when doing a file search?
>
> > I want it to search ALL folders by default.
>
> > Thanks.

Thanks a lot. Works great.

Andy