Jump to content

Preconfigure Services directly in the Source


Recommended Posts

Hello!

I'd like to configure my the Windows Services (change the default start-options) directly on the CD.

Which files I have to edit? I found a few Services in HIVESYS.INF, but many services seem not to be installed by this file (e.g. FastUserSwitching, HelpSvc)

I hope, somebody can help me :)

/PITU

PS: Few people would say, that's a bit dumb, but I do not really like tools, which just do this for me. I'd like to know an understand, how it works, instead of just click a button.

Link to comment
Share on other sites


Hello!

I'd like to configure my the Windows Services (change the default start-options) directly on the CD.

Which files I have to edit? I found a few Services in HIVESYS.INF, but many services seem not to be installed by this file (e.g. FastUserSwitching, HelpSvc)

I hope, somebody can help me :)

/PITU

PS: Few people would say, that's a bit dumb, but I do not really like tools, which just do this for me. I'd like to know an understand, how it works, instead of just click a button.

The services are all over the place and a pain to hunt down. I would just customize a reg key that has everything set the way you want it. I made one awhile back and updated it a few days ago. The service are tweaked so they are not the default values.

Windows Registry Editor Version 5.00

; 00000002=Automatic, 00000003=Manual, 00000004=Disabled

; Alerter

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]"Start"=dword:00000004

; Application Layer Gateway

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ALG]

"Start"=dword:00000003

; Application Management

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AppMgmt]

"Start"=dword:00000003

; Automatic Updates

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv]

"Start"=dword:00000002

; Background Intelligent Transfer Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BITS]

"Start"=dword:00000003

; ClipBook

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]

"Start"=dword:00000004

; COM+ Event System

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventSystem]

"Start"=dword:00000002

; COM+ System Application

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\COMSysApp]

"Start"=dword:00000003

; Computer Browser

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Browser]

"Start"=dword:00000003

; Cryptographic Services

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CryptSvc]

"Start"=dword:00000002

; DCOM Server Process Launcher

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DcomLaunch]

"Start"=dword:00000002

; DHCP Client

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dhcp]

"Start"=dword:00000002

; Distributed Link Tracking Client

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TrkWks]

"Start"=dword:00000003

; Distributed Transaction Coordinator

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC]

"Start"=dword:00000003

; DNS Client

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache]

"Start"=dword:00000002

; Error Reporting

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]

"Start"=dword:00000003

; Event Log

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog]

"Start"=dword:00000002

; Fast User Switching Compatibility

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FastUserSwitchingCompatibility]

"Start"=dword:00000004

; Help and Support

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\helpsvc]

"Start"=dword:00000004

; HID Input Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidServ]

"Start"=dword:00000003

; HTTP SSL

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTPFilter]

"Start"=dword:00000003

; IMAPI CD-Burning Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]

"Start"=dword:00000003

; Indexing Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc]

"Start"=dword:00000004

; IPSEC Services

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]

"Start"=dword:00000002

; Logical Disk Manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dmserver]

"Start"=dword:00000003

; Logical Disk Manager Administrative Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\dmadmin]

"Start"=dword:00000003

; Messenger

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]

"Start"=dword:00000004

; MS Software Shadow Copy Provider

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SwPrv]

"Start"=dword:00000003

; Net Logon

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon]

"Start"=dword:00000004

; NetMeeting Remote Desktop Sharing

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mnmsrvc]

"Start"=dword:00000003

; Network Connections

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netman]

"Start"=dword:00000002

; Network DDE

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetDDE]

"Start"=dword:00000004

; Network DDE DSDM

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetDDEdsdm]

"Start"=dword:00000004

; Network Location Awareness (NLA)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Nla]

"Start"=dword:00000002

; Network Provisioning Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\xmlprov]

"Start"=dword:00000003

; NT LM Security Support Provider

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtLmSsp]

"Start"=dword:00000003

; Performance Logs and Alerts

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]

"Start"=dword:00000003

; Plug and Play

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PlugPlay]

"Start"=dword:00000002

; Portable Media Serial Number

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSp]

"Start"=dword:00000003

; Print Spooler

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Spooler]

"Start"=dword:00000002

; Protected Storage

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProtectedStorage]

"Start"=dword:00000002

; QoS RSVP

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RSVP]

"Start"=dword:00000003

; Remote Access Auto Connection Manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasAuto]

"Start"=dword:00000003

; Remote Access Connection Manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan]

"Start"=dword:00000003

; Remote Desktop Help Session Manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]

"Start"=dword:00000003

; Remote Procedure Call (RPC)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs]

"Start"=dword:00000002

; Remote Procedure Call (RPC) Locator

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcLocator]

"Start"=dword:00000003

; Remote Registry

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]

"Start"=dword:00000004

; Removable Storage

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtmsSvc]

"Start"=dword:00000003

; Routing and Remote Access

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]

"Start"=dword:00000004

; Secondary Logon

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]

"Start"=dword:00000003

; Security Accounts Manager

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SamSs]

"Start"=dword:00000002

; Security Center

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]

"Start"=dword:00000004

; Server

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver]

"Start"=dword:00000003

; Shell Hardware Detection

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ShellHWDetection]

"Start"=dword:00000002

;Smart Card

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]

"Start"=dword:00000004

; SSPD Discovery

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV]

"Start"=dword:00000003

; System Event Notification

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SENS]

"Start"=dword:00000002

; System Restore Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]

"Start"=dword:00000003

; Task Scheduler

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]

"Start"=dword:00000002

; TCP/IP NetBIOS Helper

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]

"Start"=dword:00000003

; Telephony

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv]

"Start"=dword:00000002

; Telnet

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TlntSvr]

"Start"=dword:00000004

; Terminal Services

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService]

"Start"=dword:00000004

; Themes

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes]

"Start"=dword:00000002

; Uninterruptable Power Supply

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]

"Start"=dword:00000003

; Universal Plug and Play Device Host

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost]

"Start"=dword:00000003

; Volume Shadow Copy

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSS]

"Start"=dword:00000003

; WebClient

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient]

"Start"=dword:00000003

; Windows Audio

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AudioSrv]

"Start"=dword:00000002

; Windows Driver Foundation - User-mode Driver Framework

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WudfSvc]

"Start"=dword:00000003

; Windows Firewall/Internet Connection Sharing (ICS)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess]

"Start"=dword:00000004

; Windows Image Acquisition (WIA)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]

"Start"=dword:00000003

; Windows Installer

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer]

"Start"=dword:00000003

; Windows Management Instrumentation

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\winmgmt]

"Start"=dword:00000002

; Windows Management Instrumentation Driver Extension

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wmi]

"Start"=dword:00000003

; Windows Time

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]

"Start"=dword:00000004

; Wireless Zero Configuration

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]

"Start"=dword:00000002

; WMI Performance Adapter

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApSrv]

"Start"=dword:00000003

; Workstation

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation]

"Start"=dword:00000002

Edited by snooz
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...