Jump to content

Recommended Posts

Posted

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!

  • 2 weeks later...

Posted
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

Windows Registry Editor Version 5.00

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

  • 2 weeks later...
Posted

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

Windows Registry Editor Version 5.00

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

That's brilliant - thanks :D

  • 2 weeks later...
Posted (edited)

You could use the following regtweak, which not only disables the search assistant, but also uses advanced search:

;-----  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.

Edited by Doc Symbiosis

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...