> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/services/service_start_type.md).

# SERVICE\_START\_TYPE

```csharp
public enum SERVICE_START_TYPE : uint
{
    SERVICE_AUTO_START = 2U,
    SERVICE_BOOT_START = 0U,
    SERVICE_DEMAND_START = 3U,
    SERVICE_DISABLED = 4U,
    SERVICE_SYSTEM_START = 1U,
}
```
