Start Entry

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

HKLM\SYSTEM\CurrentControlSet\Services\service-name

Data type Range Default value

REG_DWORD

0–4

(None)

Description

Specifies how the service is loaded or started. If the service is a Win32 service, then the value of this entry must be 2, 3, or 4. This entry is not used for network adapters.

Value Meaning

0

Boot (loaded by kernel loader). Components of the driver stack for the boot (startup) volume must be loaded by the kernel loader.

1

System (loaded by I/O subsystem). Specifies that the driver is loaded at kernel initialization.

2

Automatic (loaded by Service Control Manager). Specifies that the service is loaded or started automatically.

3

Manual. Specifies that the service does not start until the user starts it manually, such as by using Device Manager.

4

Disabled. Specifies that the service should not be started.

Change Method

To change the value of this entry, you can use the Services snap-in. You can also use the ChangeServiceConfig API or use SC, a tool included in Windows Server 2003.

Note

  • This information is presented for reference only. You cannot change the starting rules for a service by editing this entry.

Tip

  • To determine what type of service is represented by the subkey, see Type Entry.