After doing a fresh install of Windows XP/2003/Vista/7, disabling unused Windows Services is one of the time consuming tasks you perform. One configured, you can backup the service startup state using a Batch file or Script so that it can be used for subsequent installations, or if you need to automate the task on several computers in your workgroup.
Using Batch File
The folks at MyDigitalLife Website have made available the Services Start State Backup Script that can automatically save the startup state of all Windows Services in the current computer and creates another Batch file containing the SC command-line to change the Startup Type of services with the current start state. This Batch file when run in the target computer, automatically applies the Services startup settings.

You can download the "Services Start State Backup Script" from MyDigitalLife.
Using VBScript
I’ve created a VBScript that outputs the Service Startup configuration to a .REG file. The script enumerates the list of Win32 services and their startup state from the following registry (rather than using SC) key:
The Startup type of all the Win32 services are written to a .REG file, which can then be run in other computers. The REG file will have the prefix Services_Backup_ followed by the current date, and will be saved to the Desktop. Note that you’ll need to restart the target computer after running the file.
Download services_conf_backup.zip and save to Desktop. Unzip the archive and run the script services_conf_backup.vbs.

Bookmark this Page!
BlinkList | del.icio.us | Digg it | Furl | reddit | Spurl | StumbleUpon |
Related Posts
- Task Scheduler Service Properties Are Grayed Out in Windows Vista
- How to Configure Services MMC Snap-in to Open in Standard View by Default
- Error “the Audio Service Is Not Running” When Opening the Volume Mixer in Vista
- Automatically Backup Your Windows Vista Registry Daily Using ERUNT
- Error 1075 When Starting the Security Center Service in Windows XP
- Fix for Error “Windows Resource Protection Could Not Start the Repair Service” When Running SFC in Vista
- How to Remove an Unwanted Service in Windows 7/Vista/XP
- Search Results
- Fix for Windows Has Blocked Some Startup Programs Error in Vista
- Error “the Windows Installer Service Could Not Be Accessed” In Windows Vista
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?

› 