Help - Search - Members - Calendar
Full Version: Classic Search
MSFN Forums > Customizing Windows and Graphics > Customizing Windows

   
Google Internet Forums Unattended CD/DVD Guide
AF Delta
There's an option in TweakXP (under explorer) to enable the 2000-style 'Classic Search' - I'd like to be able to do this with a registry key...anyone any idea where it is?


Cheers!
Hojo
QUOTE (AF Delta @ Oct 11 2005, 12:36 AM) *
There's an option in TweakXP (under explorer) to enable the 2000-style 'Classic Search' - I'd like to be able to do this with a registry key...anyone any idea where it is?


Cheers!


hi you can use this registry key

bye

CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="no"
AF Delta
QUOTE (Hojo @ Oct 19 2005, 01:13 PM) *
QUOTE (AF Delta @ Oct 11 2005, 12:36 AM) *

There's an option in TweakXP (under explorer) to enable the 2000-style 'Classic Search' - I'd like to be able to do this with a registry key...anyone any idea where it is?


Cheers!


hi you can use this registry key

bye

CODE
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="no"




That's brilliant - thanks biggrin.gif
suryad
So does that just disable the little dog?
Doc Symbiosis
You could use the following regtweak, which not only disables the search assistant, but also uses advanced search:
CODE
;-----  Disable "Search Dog" and use advanced search
[HKEY_CURRENT_USER\Software\Microsoft\Search Assistant]
"Actor"=""
"SocialUI"=dword:00000000
"UsageCount"=dword:00000000
"UseAdvancedSearchAlways"=dword:00000001


If you just use the first two lines, you only disable the search assistant and use the normal search function.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.