6

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.

1

5 Answers 5

4

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
2
  • Yes, this appears to be the correct answer. Turning off indexing in Outlook does seem to disable searching within Outlook.
    – Andrew
    Commented Apr 19, 2017 at 17:34
  • 1
    This is the correct key for me on windows 7: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
    – rkm
    Commented Nov 20, 2019 at 9:23
3

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.

Note: the checkbox does not appear unless you have Outlook set as your default Mailto: / MAPI handler in "Default Programs"

alt text

3
  • 1
    And this will not affect indexing/searching mails from within outlook ?
    – nos
    Commented Jan 5, 2011 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
    Commented Jan 5, 2011 at 10:40
  • Disabling indexing breaks Outlook search. Adding this registry value is a better option for removing results from the Start Menu specifically. Commented Nov 21, 2018 at 13:16
2

Just a heads up, the "Indexing options" solution that someone mentioned will also disable your ability to search through your e-mail within outlook. You'll have to turn it back on if you want to have any search capabilities without Outlook. And what's worse, you can't simply turn back on this feature. It needs to re-index all of your e-mail, which can take quite a while.

1
  • Is this a comment or an answer? Answer posts need to actually attempt to answer the question.
    – bwDraco
    Commented Sep 30, 2015 at 2:00
1

Try adding (without the quotes) "-type:message"

Seems to work for me in the search box in Windows Explorer.

I personally wouldn't touch the Indexing just in case it causes Outlook to reindex.

0

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.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .