Skip to content

Activate Windows

Activates Windows using either the original embedded product key or a provided product key.

Required — Default: False

If enabled, uses the original OEM product key from the system firmware.

Optional

Windows product key to install and activate. Required when UseOriginalProductKey is False.

  • Category: Provisioning
  • Brick ID: Windows-Activate
{
"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"
}