Skip to content

Import Registry File

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.

Required

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

  • Category: Registry
  • Brick ID: Registry-Import
{
"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": [
{
"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.7.2.1"
}