Activate Windows
Activates Windows using either the original embedded product key or a provided product key.
Parameters
Section titled “Parameters”Use Original Product Key
Section titled “Use Original Product Key”Required — Default: False
If enabled, uses the original OEM product key from the system firmware.
Product Key
Section titled “Product Key”Optional
Windows product key to install and activate. Required when UseOriginalProductKey is False.
Details
Section titled “Details”- Category: Provisioning
- Brick ID:
Windows-Activate
Raw JSON definition
Section titled “Raw JSON definition”{ "category": "provisioning", "description": "Activates Windows using either the original embedded product key or a provided product key.", "developerVendor": "CapaSystems A/S", "displayName": null, "id": "Windows-Activate", "name": "Activate Windows", "parameters": [ { "defaultValue": "False", "defaultValueObject": null, "description": "If enabled, uses the original OEM product key from the system firmware.", "id": "UseOriginalProductKey", "name": "Use Original Product Key", "regExValidation": "", "required": true, "type": "Boolean", "value": null, "values": [], "valuesObject": null }, { "defaultValue": "", "defaultValueObject": null, "description": "Windows product key to install and activate. Required when UseOriginalProductKey is False.", "id": "ProductKey", "name": "Product Key", "regExValidation": "", "required": false, "type": "TextBox", "value": null, "values": [], "valuesObject": null } ], "powershell": { "base64Encoded": true, "function": "ZnVuY3Rpb2..." }, "type": "powerbrick", "version": "2026.7.2.1"}