The Services MMC shows the service names, their current status, and startup type. Most of you know about the Automatic, Automatic (Delayed Start), and Manual startup types.
- Automatic – Starts the services at system startup.
- Automatic (Delayed start) – Starts the service after the system has finished booting and after initial demanding operations have completed, so that the system boots up faster.
- Manual – Starts the service as required (defined by dependencies to other services) or when called from an application using the relevant API.
- Disabled – Completely disables the service and prevents it and its dependencies from running.





