What's the best way to disable indexing in Windows 7?

All of the articles that I've found online instruct me to access services.msc and disable the Windows Search service.

However, even after I did that, when I right click->properties my C-drive I notice the "Allow files on this drive...indexed..." is still checked.

So should I uncheck that option and re-enable Windows Search? Or just uncheck it and leave the Windows Search service disabled?

Thanks for any help!

link|improve this question
feedback

4 Answers

Don't bother for the checkbox "Allow files on this drive...". Even if it's checked, if the service is disabled, Windows won't index anything at all.

If you want, you can completely uninstall Windows Search, as explained in this tutorial (at maximumpcguides.com).

alt text

link|improve this answer
Thanks for the help! I don't really use Windows Search but I guess it's good to keep it. – KL90 Nov 21 '09 at 17:21
feedback

The previous two answers show you how to disable windows search altogether. This also causes search boxes in various places to disappear, most notably the search box on the bottom of the Start menu and the search box at the top right of file explorers.

Personally, I like the search box in various places, I just don't want an indexing process to be running all the time. The main advantages of indexing are that it leads to faster searches, and to in-document searches and email searches. If you need neither of these, but want to keep Search in general, proceed as follows:

  1. Do not turn off windows search, or switch it back on via OptionalFeatures.exe. (reboot if necessary)

  2. Go to the services control (either via Computer, right click, Manage; or by typing services.msc in the search box at the Start menu).

  3. Find the Windows Search service, right click, Properties and set it to disabled at start up.

  4. Reboot (not strictly necessary, but you won't be able to see whether it worked until you reboot).

Note that documents created after you do this will not be found by the search boxes. Windows search is based on indexes only and does not do the equivalent of a unix find anymore (as it did in the XP days).

You can occasionally switch on the Windows Search service and leave your computer on overnight to have it update the indexes.

A very good in-depth discussion of windows search can be found over at wikipedia.

link|improve this answer
feedback

You can uninstall just the Indexing service (as opposed to all of Windows search which has somewhat big ramifications as below).

To uninstall the Indexing service, open the Windows Features dialog (Start -> OptionalFeatures.exe) and un-check the Indexing Service entry.


Windows Search Uninstallation Warning

link|improve this answer
feedback

Just type this into Start->Run (Win+R):

sc config WSearch start= disabled

It disables the indexing service.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown