When I use the search from the Start Menu in Windows 7, results/mail from Outlook shows up.

How can I disable this? I only want to disable showing the mails when I search from the Start Menu - I don't want to do anything that affects indexing/searching mails from within Outlook itself.

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

I think removing outlook from Windows' search index does affect searching in Outlook.

But there's a way to remove this via policies. Just write this into a .reg file and "run" it:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies]
"NoSearchCommInStartMenu"=dword:00000001
link|improve this answer
feedback

Search for "Indexing options" from the start menu. Open it.

  • Click Modify
  • Untick the checkbox next to Microsoft Office Outlook
  • Click OK

You should not see search results from Outlook anymore.

alt text

link|improve this answer
And this will not affect indexing/searching mails from within outlook ? – nos Jan 5 '11 at 10:20
According to my experience, no, it does not affect outlook search. Outlook 2007 has its own search/indexing options (Tools->Options->Preferences->Search Options) – Siim K Jan 5 '11 at 10:40
feedback

If you just want to filter-out Outlook messages from your search results (e.g. so you only see stored documents, not also any emails with those docs attached to them), try including the following in your search string:

*from:NOT [yourname] to: NOT [yourname]

Putting my email name in the string excludes any emails I've sent or received, leaving just a list of docs.

It's not elegant but it gets rid of all the duplicate results that Win 7 Search throws up.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.