How to deploy and execute a .reg file to modify desktop registry settings?
search cancel

How to deploy and execute a .reg file to modify desktop registry settings?

book

Article ID: 57058

calendar_today

Updated On: 10-23-2023

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

.reg files can be executed on targets using a software delivery deployment job.

Environment

Client Automation - All versions

Resolution

1. Create a package that executes the following command in a batch file and distribute it to the targets.

The command would be (depending on the OS you are updating)

regedit /s <regfile> 

OR

reg add /s <regfile>

 

2. Save the Batch file on the Domain Manager.

 

3. Right-Click Software Package Library and select New -> Software Package.

4. Give the package a desired Name and a Version  (In this example: Regedit_Batch Version 1.0)

5. Drag and drop the Batch file to the Source section.

 

6. Drag and drop the batch file from the Source section to the Procedures section.

 

7. Seal the Package and deploy it to the desired targets.