# Configure Power Settings

> If a .pow file exists in $PackageRoot, the file is imported and all other options are ignored.

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

If a .pow file exists in $PackageRoot, the file is imported and all other options are ignored. If no .pow file exists, this brick can set power scheme, sleep timeout, hibernate timeout, power button action and lid close action.

## Parameters

#### Power Scheme
*Optional* — Default: `Not Configured`

Select the power scheme to activate when no .pow file is present in $PackageRoot. Allowed values: `Not Configured`, `Balanced`, `High Performance`, `Power Saver`, `Ultimate Performance`.

#### Sleep After Minutes
*Optional*

Set sleep timeout in minutes for both AC and battery power. Leave empty to keep current value.

#### Hibernate After Minutes
*Optional*

Set hibernate timeout in minutes for both AC and battery power. Leave empty to keep current value.

#### Power Button Action
*Optional* — Default: `Not Configured`

Select what happens when the power button is pressed. Applies to both AC and battery power when configured. Allowed values: `Not Configured`, `Do Nothing`, `Sleep`, `Hibernate`, `Shut Down`.

#### Lid Close Action
*Optional* — Default: `Not Configured`

Select what happens when the laptop lid is closed. Applies to both AC and battery power when configured. Allowed values: `Not Configured`, `Do Nothing`, `Sleep`, `Hibernate`, `Shut Down`.

## Details

- **Category:** System
- **Brick ID:** `Power-Configure`

## Raw JSON definition

**JSON**

```json
{
  "category": "system",
  "description": "If a .pow file exists in $PackageRoot, the file is imported and all other options are ignored. If no .pow file exists, this brick can set power scheme, sleep timeout, hibernate timeout, power button action and lid close action.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Power-Configure",
  "name": "Configure Power Settings",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": null,
      "defaultValueObject": {
        "id": "NotConfigured",
        "name": "Not Configured"
      },
      "description": "Select the power scheme to activate when no .pow file is present in $PackageRoot.",
      "id": "PowerScheme",
      "name": "Power Scheme",
      "regExValidation": "",
      "required": false,
      "type": "ComboBox",
      "value": null,
      "values": [],
      "valuesObject": [
        {
          "id": "NotConfigured",
          "name": "Not Configured"
        },
        {
          "id": "Balanced",
          "name": "Balanced"
        },
        {
          "id": "HighPerformance",
          "name": "High Performance"
        },
        {
          "id": "PowerSaver",
          "name": "Power Saver"
        },
        {
          "id": "UltimatePerformance",
          "name": "Ultimate Performance"
        }
      ]
    },
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "Set sleep timeout in minutes for both AC and battery power. Leave empty to keep current value.",
      "id": "SleepAfterMinutes",
      "name": "Sleep After Minutes",
      "regExValidation": "",
      "required": false,
      "type": "Integer",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "Set hibernate timeout in minutes for both AC and battery power. Leave empty to keep current value.",
      "id": "HibernateAfterMinutes",
      "name": "Hibernate After Minutes",
      "regExValidation": "",
      "required": false,
      "type": "Integer",
      "value": null,
      "values": [],
      "valuesObject": null
    },
    {
      "allowManualInput": false,
      "defaultValue": null,
      "defaultValueObject": {
        "id": "NotConfigured",
        "name": "Not Configured"
      },
      "description": "Select what happens when the power button is pressed. Applies to both AC and battery power when configured.",
      "id": "PowerButtonAction",
      "name": "Power Button Action",
      "regExValidation": "",
      "required": false,
      "type": "ComboBox",
      "value": null,
      "values": [],
      "valuesObject": [
        {
          "id": "NotConfigured",
          "name": "Not Configured"
        },
        {
          "id": "DoNothing",
          "name": "Do Nothing"
        },
        {
          "id": "Sleep",
          "name": "Sleep"
        },
        {
          "id": "Hibernate",
          "name": "Hibernate"
        },
        {
          "id": "ShutDown",
          "name": "Shut Down"
        }
      ]
    },
    {
      "allowManualInput": false,
      "defaultValue": null,
      "defaultValueObject": {
        "id": "NotConfigured",
        "name": "Not Configured"
      },
      "description": "Select what happens when the laptop lid is closed. Applies to both AC and battery power when configured.",
      "id": "LidCloseAction",
      "name": "Lid Close Action",
      "regExValidation": "",
      "required": false,
      "type": "ComboBox",
      "value": null,
      "values": [],
      "valuesObject": [
        {
          "id": "NotConfigured",
          "name": "Not Configured"
        },
        {
          "id": "DoNothing",
          "name": "Do Nothing"
        },
        {
          "id": "Sleep",
          "name": "Sleep"
        },
        {
          "id": "Hibernate",
          "name": "Hibernate"
        },
        {
          "id": "ShutDown",
          "name": "Shut Down"
        }
      ]
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
