Disabling Windows indexing service

3

0

Does it increase the performance of my old notebook (IBM R50e) to disable the indexing service for fast file searching? I am aware that it will take more time when I search for files without this service, but I need to know how much performance this may provide and how much time I may lose while searching files.

Image

Mehper C. Palavuzlar

Posted 2009-10-28T11:44:04.293

Reputation: 51 093

Answers

4

You won't notice a massive performance gain in regular applications, but if you are running a program with a small footprint it may be more apparent. Windows usually starts indexing when it thinks your computer is near idle (when there is a very low amount of resources being used). I'd disable it regardless, I want every bit of performance out of my computer. For fast file searching use Everything from voidtools.

John T

Posted 2009-10-28T11:44:04.293

Reputation: 149 037

Thanks for the useful link, a gui would be a nice change from 'dir . /s | grep "brown bear"' – invert – 2009-10-28T12:07:37.273

It's much faster too :) – John T – 2009-10-28T12:48:08.347

2

disable indexing and use Everything instead and you will actually gain time searching files. desktop search doesn't get any faster.

Molly7244

Posted 2009-10-28T11:44:04.293

Reputation:

@Molly - I started using "Everything" several weeks ago, after reading another post of yours. Works great. Are you saying with this answer that I should now disable "indexing"? Why? Should I also disable it for my other internal drive D:\ ? – Patriot – 2009-10-28T17:31:22.513

1if you don't use windows search, then knock it off. – None – 2009-10-28T19:03:22.797

1

The Indexing Service in Windows XP Indexes your files presumably to shorten the time needed to search your hard drive if you are looking for a specific file or part of a phrase inside a file.

By default, this service is set to manual (so it won't start), but when you do a search on your computer, there's that little question asking you if you want to make future searches faster.... so you could have enabled it (it will tell you that you are going to enable the Indexing service when you choose this).

if you decided switched off, it all depends on how much files having in your drive

To disable the Indexing service, open Computer Management from Administrative Tools (on the Start menu if you enabled this, or from the Control Panel), select Services and Applications, double click Services, and find the Indexing Service. Double click to bring up the Properties window, and click Stop to let Windows stop the service. Then from the Status type drop down box select Disabled.

enter image description here

Source

joe

Posted 2009-10-28T11:44:04.293

Reputation: 11 615