windows_services
Manage Windows services: list, start, stop, restart, check status. Filter by state, include system services, set wait timeout, with error handling and telemetry.
Instructions
Perform Windows service operations with comprehensive error handling and agentic telemetry. Returns: Union[Dict, ToolResult] depending on action and availability of prefab-ui.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| service_name | No | ||
| filter_status | No | ||
| include_system_services | No | ||
| wait_timeout | No |