Service#
Modifies a specified service.
Required Parameters#
Paramater |
Description |
Type |
---|---|---|
|
Specifies the name of the service to modify. |
string |
|
Specifies the startup value for the service.
|
int
|
Optional Parameters#
Paramater |
Description |
Type |
Default |
---|---|---|---|
|
Specifies the operation to take place. |
Enum:
|
|
|
Specifies whether to wait for the service to stop before deleting it. |
bool |
true |
|
Indicates that the given service is a device driver. |
bool |
false |
|
Specifies to delete the service using the registry. This can sometimes be used to bypass the permissions of a given service. |
bool |
false |
|
If the edit makes use of the |
Enum:
|
|