# Activate Windows

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

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/activate-windows/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

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

## Parameters

#### Use Original Product Key
*Required* — Default: `False`

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

#### Product Key
*Optional*

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

## Details

- **Category:** Provisioning
- **Brick ID:** `Windows-Activate`

## Raw JSON definition

**JSON**

```json
{
  "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": [
    {
      "allowManualInput": false,
      "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
    },
    {
      "allowManualInput": false,
      "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.9.1.1"
}
```
