# Import Registry File

> Imports a .reg file and applies its settings to HKEY_LOCAL_MACHINE and all user profiles (HKEY_CURRENT_USER).

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

Imports a .reg file and applies its settings to HKEY_LOCAL_MACHINE and all user profiles (HKEY_CURRENT_USER). This can be useful for deploying registry configurations across multiple user profiles.

## Parameters

#### Registry File Path
*Required*

The full path to the .reg file to import. Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\settings.reg

## Details

- **Category:** Registry
- **Brick ID:** `Registry-Import`

## Raw JSON definition

**JSON**

```json
{
  "category": "registry",
  "description": "Imports a .reg file and applies its settings to HKEY_LOCAL_MACHINE and all user profiles (HKEY_CURRENT_USER). This can be useful for deploying registry configurations across multiple user profiles.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Registry-Import",
  "name": "Import Registry File",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "The full path to the .reg file to import. Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\\settings.reg",
      "id": "RegFilePath",
      "name": "Registry File Path",
      "regExValidation": "",
      "required": true,
      "type": "TextBox",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
