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.
Parameters
Section titled “Parameters”Registry File Path
Section titled “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
Section titled “Details”- Category: Registry
- Brick ID:
Registry-Import
Raw JSON definition
Section titled “Raw JSON definition”{ "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"}