Scott Hanselman

How to disable Windows Desktop Search explorer integration after installing Office 2007

November 24, 2006 Comment on this post [5] Posted in Tools
Sponsored By

If you were as shocked and disappointed as I was when you found, after installing Office 2007 and installing the Desktop Search 3.0 to enable "Outlook Instant Search," that the default Search behavior in Explorer had changed without asking you, you'll want to change this registry key.

In RegEdit, go to HKEY_CURRENT_USER\Software\Microsoft\Windows Desktop Search\DS and set "ShowStartSearchBand" to 0, and you'll get the default search behavior back.

And while you're at it and poking around in the registry, you might as well go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex and set FilterFilesWithUnknownExtensions to DWORD with the value of "1" in order to enable full-text searching of files (like code!) that Explorer by default skips over.

Don't you hate it when you KNOW that there's a file in that directory with the text "foo" - you can SEE the file - but the standard explorer search doesn't even bother to look in in the file? That's because it doesn't even bother to look in files that don't have their extension registered with a known IFilter. But you don't care, just flip that bit in the registry, and you'll get full-text search of REAL FILES (not "indexed three hours ago") from your trusty Explorer search bar.

Or, go download Chris Sells' .reg file over in my Power User Windows Registry Tweaks section. Either way, take back your Explorer!

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
November 24, 2006 21:42

I forsee an avalanche of Vista and Office 2007 tips coming during the next weeks. :)
Thanks for the great work. I better start archiving these.
November 26, 2006 2:26
I don't exspect help or so, but just wanted to mention that since I installed Windows Search, everytime Outlook 2007 receives an email (or even quicksaves an open draft), my complete computer freezes.

This happens since I isntalled Windwos Serach 3.0.

Maybe it's because my OST-file is 6 GB? But I want to keep that mail with me all the time, that's the point of an fulltextindex.

I even stopped it from indexing ANY files on my computer and run fsutil usn disable or so (to disable the NTFS journal).

Still everything has become much slower (on a Thinkpad T60p)
November 27, 2006 18:55
find a file with the string "Foo":
dir /b /s *.ext | findstr /f:/ "Foo"

voila :)
November 27, 2006 19:01
Christian: I found that it's only in outlook. So when I type a message and it's receiving email, it stalls so the typing stalls (no new chars are accepted). If I type in something else, like this editor or vs.net, I don't get teh freezes.

A very big outlook file is not helping performance What you should do is: create a new file, move all old email to that one, index it and the close the file.
January 20, 2007 16:48
same topic slightly different problem
was using version 2.65 of wds happily as i was indexing my network drives where all my data is
when i installed wds3 i found that there is no option to index network folders. after futzing around for a bit i actually un-installed and went back to version 2.65. however after installing office 2007 i discover that windows tells me i need version 3 to make outlook searching work
the search companion is not a solution, I much prefer the indexed wds solution, but i need to search network folders as well as my outlook.

do you know if there is a way to add network shares into the wds3?
tia
tim

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.