Windows – set all ‘automatic’ services to ‘manual’ on Windows XP

servicewindowswindows-xp

I want to reduce the number of running services to the minimum. Can I set all services that start up automatically to manual, so that it is only started when required. Or will this make my Windows XP system instable?

Best Answer

While in theory it may sound like a good idea, here are a few potential issues:

  1. Dependency detection isn't perfect; some programs/software may expect services to be active that aren't, and simply fail to function rather than attempting to start them.
  2. In some cases, an event may require the sudden starting of a large number of services, leading to inopportune system slowdown.
  3. Some services, while not technically dependent, may still prefer to be started in a certain order. I saw this recently on a client machine when one service would not successfully start unless made manually dependent on a late-starting service, even though they were not technically dependent.

Blackviper's Service Configs are considered by many to be the bible of windows services optimization. Look under "Popular Content".