Description
This plug-in manipulates Windows Services. On Microsoft Windows operating systems, a Windows service is a long-running executable that performs specific functions, which is designed not to require user intervention. Windows services can be configured to start when the operating system is booted and run in the background as long as Windows is running, or they can be started manually when required. This plug-in makes this easy.
The Service Control Manager plug-in is an automation-based plugin. It is used during the deployment to automate Windows Services.
Available Steps
- Check If Service Exists - Checks to see if one or more windows services exists.
- Check Service Status - Getsthe status of one or more windows services.
- Create Service - Create a Service.
- Delete Service - Delete one or more windows services.
- Disable Service - Disable one or more windows services.
- Enable Service - Enable one or more windows services.
- Start Service - Start one or more windows services.
- Stop Service - Stop one or more windows services.