Jump to content

Control Windows XP SP2 services


Recommended Posts

Hi! All

Here is my new list to control (Disabled/Demand/Auto) windows XP service during the installation of windows XP.. (where you put the list is up to you..)

Thanks goes to all the poster that put links to other web sites... I was able to compile all the after thoughts..... :thumbup

also I put a post here on settings up presets for the windows Classic mode... My computer can handle themes and extra but I have always turned that junk off..... Have fun.......

http://www.msfn.org/board/index.php?act=ST&f=70&t=45120&st=0#entry313056

when you see this it means..........

ECHO ***** Alerter Service start= disabled <<-- Default value

sc config Alerter start= disabled <<-- what I want it set at

Not ever one will use my settings mine is set up for cable.. you can change them to meet your needs,,,,,,

This listing is after a fresh install no extra programs so if you have programs that add services you will not see them here..............

I don't use themes or the windows fire wall and I have allot of the junk disabled.............

this line is to hide the bloody thing while installing you will need to find the file cmdow if you want.. if not delete that line......

cmdow @ /HID

This list is better than the old register edit way.........

Enjoy

MaC!

cmdow @ /HID
@echo off
Cls
TITLE Shutting down services

ECHO.
ECHO Shutting down services

powercfg.exe /GLOBALPOWERFLAG off /option RESUMEPASSWORD
powercfg.exe /HIBERNATE off

ECHO ***** Alerter Service start= disabled
sc config Alerter start= disabled
ECHO ***** Application Layer Gateway Service start= demand
sc config ALG start= demand
ECHO ***** Application Management Service start= demand
sc config AppMgmt start= demand
ECHO ***** Ati HotKey Poller start= auto
sc config "Ati HotKey Poller" start= auto
ECHO ***** Automatic Updates Service start= auto
sc config Wuauserv start= disabled
ECHO ***** Background Intelligent Transfer Service start= demand
sc config BITS start= demand
ECHO ***** ClipBook Service start= disabled
sc config ClipSrv start= disabled
ECHO ***** COM+ Event System Service start= demand
sc config EventSystem start= disabled
ECHO ***** COM+ System Application Service start= demand
sc config COMSysApp start= disabled
ECHO ***** Computer Browser Service start= auto
sc config Browser start= disabled
ECHO ***** Cryptographic Services Service start= auto
sc config CryptSvc start= demand
ECHO ***** DCOM Server Process Launcher start= auto
sc config DcomLaunch start= auto
ECHO ***** DHCP Client Service start= auto
sc config Dhcp start= auto
ECHO ***** Distributed Link Tracking Client Service start= auto
sc config TrkWks start= disabled
ECHO ***** Distributed Transaction Coordinator Service start= demand
sc config MSDTC start= disabled
ECHO ***** DNS Client Service start= auto
sc config Dnscache start= disabled
ECHO ***** Error Reporting Service start= auto
sc config ERSvc start= disabled
ECHO ***** Event Log Service start= auto
sc config Eventlog start= auto
ECHO ***** Fast User Switching Compatibility Service start= demand
sc config FastUserSwitchingCompatibility start= disabled
ECHO ***** Help and Support Service start= auto
sc config helpsvc start= disabled
ECHO ***** HID Input Service start= disabled
sc config HidServ start= disabled
ECHO ***** HTTP SSL start= demand
sc config HTTPFilter start= demand
ECHO ***** IMAPI CD-Burning COM Service start= demand
sc config ImapiService start= disabled
ECHO ***** Indexing Service start= demand
sc config cisvc start= disabled
ECHO ***** Internet Connection - Firewall (ICF) / Sharing (ICS) Service start= auto
sc config SharedAccess start= disabled
ECHO ***** IPSEC Services Service start= auto
sc config PolicyAgent start= disabled
ECHO ***** Logical Disk Manager Service start= auto
sc config dmserver start= disabled
ECHO ***** Logical Disk Manager Administrative Service start= demand
sc config dmadmin start= disabled
ECHO ***** Messenger Service start= disabled
sc config Messenger start= disabled
ECHO ***** MS Software Shadow Copy Provider Service start= demand
sc config SwPrv start= demand
ECHO ***** Net Logon Service start= demand
sc config Netlogon start= disabled
ECHO ***** NetMeeting Remote Desktop Sharing Service start= demand
sc config mnmsrvc start= disabled
ECHO ***** Network Connections Service start= demand
sc config Netman start= demand
ECHO ***** Network DDE Service start= disabled
sc config NetDDE start= disabled
ECHO ***** Network DDE DSDM Service start= disabled
sc config NetDDEdsdm start= disabled
ECHO ***** Network Location Awareness (NLA) Service start= demand
sc config Nla start= disabled
ECHO ***** Network Provisioning Service start= demand
sc config xmlprov start= demand
ECHO ***** NT LM Security Support Provider Service start= demand
sc config NtLmSsp start= disabled
ECHO ***** Performance Logs and Alerts Service start= demand
sc config SysmonLog start= disabled
ECHO ***** Plug and Play Service start= auto
sc config PlugPlay start= auto
ECHO ***** Portable Media Serial Number Service start= demand
sc config WmdmPmSn start= disabled
ECHO ***** Print Spooler Service start= auto
sc config Spooler start= disabled
ECHO ***** Protected Storage Service start= auto
sc config ProtectedStorage start= disabled
ECHO ***** QoS RSVP Service start= demand
sc config RSVP start= disabled
ECHO ***** Remote Access Auto Connection Manager Service start= demand
sc config RasAuto start= disabled
ECHO ***** Remote Access Connection Manager Service start= demand
sc config RasMan start= disabled
ECHO ***** Remote Desktop Help Session Manager Service start= demand
sc config RDSessMgr start= disabled
ECHO ***** Remote Procedure Call (RPC) Service start= auto
sc config RpcSs start= auto
ECHO ***** Remote Procedure Call (RPC) Locator Service start= demand
sc config RpcLocator start= disabled
ECHO ***** Remote Registry Service start= auto
sc config RemoteRegistry start= disabled
ECHO ***** Removable Storage Service start= demand
sc config NtmsSvc start= demand
ECHO ***** Routing and Remote Access Service start= disabled
sc config RemoteAccess start= disabled
ECHO ***** Secondary Logon Service start= auto
sc config seclogon start= disabled
ECHO ***** Security Accounts Manager Service start= auto
sc config SamSs start= disabled
ECHO ***** Security Center start= auto
sc config wscsvc start= disabled
ECHO ***** Server Service start= auto
sc config lanmanserver start= disabled
ECHO ***** Shell Hardware Detection Service start= auto
sc config ShellHWDetection start= auto
ECHO ***** Smart Card Service start= demand
sc config SCardSvr start= disabled
ECHO ***** SSDP Discovery Service start= demand
sc config SSDPSRV start= disabled
ECHO ***** System Event Notification Service start= auto
sc config SENS start= disabled
ECHO ***** System Restore Service start= auto
sc config srservice start= disabled
ECHO ***** Task Scheduler Service start= auto
sc config Schedule start= disabled
ECHO ***** TCP/IP NetBIOS Helper Service start= auto
sc config LmHosts start= disabled
ECHO ***** Telephony Service start= demand
sc config TapiSrv start= disabled
ECHO ***** Telnet Service start= disabled
sc config TlntSvr start= disabled
ECHO ***** Terminal Services Service start= demand
sc config TermService start= disabled
ECHO ***** Themes Service start= auto
sc config Themes start= disabled
ECHO ***** Uninterruptible Power Supply Service start= demand
sc config UPS start= disabled
ECHO ***** Universal Plug and Play Device Host Service start= demand
sc config upnphost start= disabled
ECHO ***** Volume Shadow Copy Service start= demand
sc config VSS start= disabled
ECHO ***** WebClient Service start= auto
sc config WebClient start= disabled
ECHO ***** Windows Audio Service start= auto
sc config AudioSrv start= auto
ECHO ***** IPv6 Windows Firewall Driver start= auto
sc config Ip6Fw start= disabled
ECHO ***** Windows Image Acquisition (WIA) Service start= auto
sc config stisvc start= disabled
ECHO ***** Windows Installer Service start= demand
sc config MSIServer start= demand
ECHO ***** Windows Management Instrumentation Service start= auto
sc config winmgmt start= auto
ECHO ***** Windows Management Instrumentation Driver Extensions start= demand
sc config Wmi start= demand
ECHO ***** Windows Time Service start= auto
sc config W32Time start= disabled
ECHO ***** Wireless Zero Configuration Service start= auto
sc config WZCSVC start= disabled
ECHO ***** WMI Performance Adapter Service start= demand
sc config WmiApSrv start= disabled
ECHO ***** Workstation Service start= auto
sc config lanmanworkstation start= auto

EXIT

Link to comment
Share on other sites

  • 8 months later...

very nice list :thumbup

add:

ECHO Alcohol StarWindService start= auto

sc config StarWindService start= disabled

ECHO NOD32 NOD32krn start= auto

sc config NOD32krn start= demand

Edited by AnimaliX
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...