Menu Close

Windows XP Service Pack 2 Services Registry Files

Introduction

Many people have asked for a “one-click” type of solution to Windows XP Services. This page is my answer. Even though it takes more than just “one-click,” it will make things faster for you and assist in configuring your system for optimal performance.

Warning: Before you do anything, read EVERYTHING!

Notes for a Happier Computer and User

  • Do not use “msconfig” to disable services, type “services.msc” in the Run box instead! (why?)
  • Before disabling any service, check out the Windows XP Services Information.
  • For an easy method of creating multiple Service Configurations, please check out the Windows XP Services Profile Guide.
  • All of these services are “Standard” with Windows XP. If you discover something other than these listed here running, another program installed them. View a listing of the more common ones.
  • After adjusting your service settings, reboot your computer.
  • Before E-Mailing me, see if your question has been addressed in the FAQ!

To-do List

  • DO back up your current registry settings before editing or replacing any information. This is accomplished by following this Microsoft Knowledge base article:https://support.microsoft.com/default.aspx?scid=kb;en-us;322756
  • DO back up any files that you cannot be without.
  • DO understand that editing the registry, no matter what method or extent, has risks.
  • DO use this information at your own risk.
  • DO contact me with comments, suggestions and success stories.

The Don’t list

  • DON’T tweak your system randomly. Knowledge is power. Read and utilize the information I have available on my Services Configuration Guide, Services 411 Guide.
  • DON’T EVER, NEVER download and install a registry patch without first looking to see what you are applying!

Points to note

  • Modifying your services registry start up settings via these patches are GLOBAL. This means that what ever you do will effect all users and all services hardware profiles except when, in a hardware profile, you specify “disable” in the options. In that case, hardware profiles override the “global” settings.

Additional Information

  • Everyone should download and view the files on their local system to see what is in there before applying.
  • To EDIT the file, Extract the .zip file and save it somewhere on your local hard drive. Use “notepad” to view the file or just right-click, select “edit” and away you go!
  • To APPLY the patch, or restore your previous backup registry file, double-click the file or right-click and select “merge.”
  • After applying the registry patch, reboot to see the effects of your tweaking.
  • I have tested these files on multiple systems and you should have no problems UNLESS you do not follow the instructions on this page. 🙂

Files:

Services “Start” Key Modification

This section contains files with ONLY the “Start” key. For example:

The “Alerter” service, this information is applied for the “Default” configuration:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]

“Start”=dword:00000003

For the key “Start,” the values are:

  • 00000002 ~ Automatic
  • 00000003 ~ Manual
  • 00000004 ~ Disabled

Default Windows XP Service Pack 2 Services Start Key:

“SAFE” Windows XP Service Pack 2 Start Key:

“SAFE” Configuration ~ this is the configuration that 95% of the people will be able to use with little or no side effects. It will also minimizes the amount of “errors” that is reported in the Event Viewer. This does not guarantee it will work for you, but if this scares you, this configuration would be a good starting point.

Services Description Modification

These files contain and modify only the Description information to display my Windows XP Service Pack 2 Services Information in the services.msc descriptions pane. For example:

The “Alerter” service, this information is applied for the “Default” configuration:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]

“Description”=”Notifies selected users and computers of administrative alerts. If the service is stopped, programs that use administrative alerts will not receive them. If this service is disabled, any services that explicitly depend on it will fail to start.”

However, this information is applied using “BV’s Services Descriptions”:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]

“Description”=”Notifies selected users and computers of administrative alerts. If the service is stopped, programs that use administrative alerts will not receive them. If this service is disabled, any services that explicitly depend on it will fail to start. BlackViper.com adds: The Alerter service notifies users of administrative alerts on a network. This service usually is not required under normal circumstances. After the installation of Service Pack 2, this service is set from Manual to Disabled by default. Note: This is not WinPopUp.”

Due to length contraints of 1024 characters, useless information such as MS’s “If this service is disabled, any services that explicitly depend on it will fail to start.” is removed as well as some information that just plain would not fit. Windows XP Service Pack 2 Services Information has the full descriptions.

Default Windows XP Services Descriptions:

BV’s Windows XP Services Descriptions:

View the complete Windows XP Service Pack 2 Services Information.

Posted in Guides, News, Service Configurations, Services Registry Files, Windows Services, Windows XP

Related Posts