Skip to content

Terminate Process

This brick will terminate a process on the local system.

Required

The name of the process to terminate ex. chrome.exe

  • Category: System
  • Brick ID: System-Kill-Process
{
"category": "system",
"description": "This brick will terminate a process on the local system.",
"developerVendor": "CapaSystems A/S",
"displayName": null,
"id": "System-Kill-Process",
"name": "Terminate Process",
"parameters": [
{
"defaultValue": "",
"defaultValueObject": null,
"description": "The name of the process to terminate ex. chrome.exe",
"id": "Process_Name",
"name": "Process Name",
"regExValidation": "",
"required": true,
"type": "TextBox",
"value": null,
"values": [],
"valuesObject": null
}
],
"powershell": {
"base64Encoded": true,
"function": "RnVuY3Rpb2..."
},
"type": "powerbrick",
"version": "2026.7.2.1"
}