Service | |
| Member name | Value | Description |
|---|---|---|
| Stop | 1 | The service can be stopped. |
| PauseContinue | 2 | The service can be paused and continued. |
| Shutdown | 4 | The service is notified when system shutdown occurs. |
| ParamChanged | 8 | The service can reread its startup parameters without being stopped and restarted. |
| NetBindChange | 16 | The service is a network component that can accept changes in its binding without being stopped and restarted. |
| HardwareProfileChange | 32 | The service is notified when the computer's hardware profile has changed. |
| PowerEvent | 64 | The service is notified when the computer's power status has changed. |
| SessionChange | 128 | The service is notified when the computer's session status has changed. |
| PreShutdown | 256 | The service can perform preshutdown tasks. |
| TimeChange | 512 | The service is notified when the system time has changed. |
| TriggerEvent | 1,024 | The service is notified when an event for which the service has registered occurs. |
| UserModeReboot | 2,048 | The services is notified when the user initiates a reboot. |