Terminate Process
This brick will terminate a process on the local system.
Parameters
Section titled “Parameters”Process Name
Section titled “Process Name”Required
The name of the process to terminate ex. chrome.exe
Details
Section titled “Details”- Category: System
- Brick ID:
System-Kill-Process
Raw JSON definition
Section titled “Raw JSON definition”{ "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"}