winops_svc_start
Start a Windows service and wait until it reaches the running state.
Instructions
Start a Windows service and wait for it to reach running state.
Return Format
{"success": bool, "name": str, "status": str}Examples
start(service_name="wuauserv")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service_name | Yes | Windows service name to start. | |
| wait_timeout | No | Seconds to wait for running state. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||