Skip to main content

Add Registry Values from .reg File

This Script Builder tool converts .reg files into PowerShell commands for PSAppDeployToolkit scripts.

Add registry values from .reg file — Script Builder

Convert a .reg file

  1. Select Browse .reg and choose a registry export file.
  2. Master Wrapper parses the .reg file and generates Set-ADTRegistryKey commands for installation.
  3. Master Wrapper also generates Remove-ADTRegistryKey commands for uninstallation.
  4. If the registry keys are under HKCU, the tool uses Invoke-ADTAllUsersRegistryAction so the changes apply to all user profiles during a SYSTEM-level installation.

Generated code

OutputDescription
Install codeAppears in the top code window and contains the generated Set-ADTRegistryKey commands. Copy it into the Install or Repair section.
Uninstall codeAppears in the bottom code window and contains the generated Remove-ADTRegistryKey commands. Copy it into the Uninstall section.