Setting the NT Service Start Type
AdminStudio 2024 R2 SP1 | 28.01 | Tuner
To set the NT service start type:
| 1. | Select NT Services from the checklist. The NT Services View opens. |
| 2. | Double-click the current Start Type value in the properties grid to access the drop-down menu. |
| 3. | Select the desired Start Type from the following possible values: |
|
Option |
Description |
|
Automatic |
The service starts during system startup. |
|
Manual |
The service is only started when the service control manager calls the StartService function. |
|
Disabled |
The service is not started. |
|
Start at Boot Time |
The driver is started by the operating system loader. (Device driver only) |
|
Started by the System |
The driver is started by calling the IoInitSystem function. (Device driver only) |