Skip to content

Start Windows Service

Start a Windows service

Required

The name of the Windows Service

Required — Default: 60

Maximum wait time for the service to start in seconds

  • Category: Windows service
  • Brick ID: Windows-Service-Start
{
"category": "windowsService",
"description": "Start a Windows service",
"developerVendor": "CapaSystems A/S",
"displayName": null,
"id": "Windows-Service-Start",
"name": "Start Windows Service",
"parameters": [
{
"defaultValue": "",
"defaultValueObject": null,
"description": "The name of the Windows Service",
"id": "Service_Name",
"name": "Windows service name",
"regExValidation": "",
"required": true,
"type": "TextBox",
"value": null,
"values": [],
"valuesObject": null
},
{
"defaultValue": "60",
"defaultValueObject": null,
"description": "Maximum wait time for the service to start in seconds",
"id": "MaxTimeOut",
"name": "Timeout",
"regExValidation": "",
"required": true,
"type": "Integer",
"value": null,
"values": [],
"valuesObject": null
}
],
"powershell": {
"base64Encoded": true,
"function": "RnVuY3Rpb2..."
},
"type": "powerbrick",
"version": "2026.7.2.1"
}