Skip to the content.

Microsoft Windows Services - Process Steps

Check If Service Exists

Checks to see if one or more services exists.

Name Type Description Required
Services String A comma-separated list of services to check for. Yes

Check Service Status

Gets the status of one or more services.

Name Type Description Required
Service Name String A comma-separated list of services to check for. Yes

Create Service

Create a service.

Name Type Description Required
Arguments String A newline-separated list of arguments to add to the sc.exe call. For example: /start=\nauto\n/binpath=\nC:\temp\n/ No
Service Name String The name of the service to create. Yes

Delete Service

Delete one or more services.

Name Type Description Required
Arguments String A newline-separated list of arguments to add to the sc.exe call. For example: /start=\nauto\n/binpath=\nC:\temp\n/ No
Services String A comma-separated list of services to delete. Yes

Disable Service

Disable one or more services.

Name Type Description Required
Arguments String A newline-separated list of arguments to add to the sc.exe call. For example: /error=\nsevere\n/binpath=\nC:\temp\n/ No
Services String A comma-separated list of services to disable. Yes

Enable Service

Enable one or more services.

| Name | Type | Description | Required | | —- | —- | ——————————————————————————————————————– | ——– | | Arguments | String | A newline-separated list of arguments to add to the sc.exe call. For example: /error=\nsevere\n/binpath=\nC:\temp\n/ | No | | Service Name | String | A comma-separated list of services to enable. | Yes | | Start Type | Enumeration:

Start Service

Start one or more services.

Name Type Description Required
Arguments String A newline-separated list of arguments to add to the sc.exe call. For example: /start=\nauto\n/binpath=\nC:\temp\n/ No
Services String A comma-separated list of services to start. Yes
Wait for Started Boolean When selected, the step waits for the service to run before proceeding. No

Stop Service

Stop one or more services.

Name Type Description Required
Arguments String A newline-separated list of arguments to add to the sc.exe call. For example: /start=\nauto\n/binpath=\nC:\temp\n/ No
Services String A comma-separated list of services to stop. Yes
Set Timeout String If you enter a value for Set Timeout, the step terminates the service after the specified time interval. Specify the value in milliseconds. No
Wait for Stopped Boolean When selected, the step waits for the service to stop before proceeding. No
Back to …   Latest Version Microsoft Windows Services    
All Plugins Deploy Plugins 12.1155989 Readme Overview Downloads