One of the the really nice things in Windows 7 (and Vista) is the way that the Search box works on the start menu: i.e. open the start menu, type stuff 'til you get what you need, hit enter...

Its stopped working properly on my principal box.

If I type a file path (e.g. c:\data) it works exactly as you'd expect, listing matching folders.

If I type an application name (e.g. excel) instead of the link to Excel appearing I get a blank icon and "Programs". Similarly for files I know to have been previously indexed/remembered by the system and indeed anything that isn't a file. The most obvious other "broken" element is urls - normally if one types www.google.com or http://superuser.com then hitting enter will launch the browser. Now I get nothing (hitting enter has no effect).

I'm at a complete loss here as to where even to begin to look to sort this out (which is scary 'cos I'm supposed to know what I'm doing).

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Ok, I found the answer here:

http://www.intowindows.com/how-to-fix-windows-7-search-problems/

The answer that worked for me was to manually delete a registry key as follows:

  1. Using regedit or equivalent (which can be found in your windows folder - c:\windows by default).
  2. Navigate to the following registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes\{ef87b4cb-f2ce-4785-8658-4ca6c63e38c6}

  3. Right-click on this sub key, and then select Delete.

  4. Close regedit
  5. Reboot the machine.

There is also a link, on the above site, to a Microsoft hotfix - however I haven't tried this.

link|improve this answer
feedback

Probably has something to do with your user profile. You can try and create a new profile or do some heavy cleaning within the regedit on your current profile. Maybe reinstall the Search Indexer? It's not an answer to your question but it might help you in the troubleshooting procedure.

link|improve this answer
That's an interesting thought. I can certainly see that the profile on this box may well be a bit overburdened with cruft. – Murph Nov 5 '10 at 17:12
Search indexer reinstall doesn't work (or at least hasn't worked). A basic clean of the registry hasn't either. There are some other interesting things that appear to be at least a bit broken, but blitzing my profile is, erm, challenging! – Murph Nov 10 '10 at 12:09
feedback

Your Answer

 
or
required, but never shown

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