/build/static/layout/Breadcrumb_cap_w.png

How to deploy a .reg file

We have created a .reg file to disable windows updates. It works on a local machine, but when deployed through kace it will not successfully initiate the reg file.

 

 


0 Comments   [ + ] Show comments

Answers (3)

Answer Summary:
Several methods to successfully deploy registry changes are detailed below, including a batch file with regedit /S [file].reg, the registry wizard and windows automatic update settings under the configuration policy section, and creating an MSI with the registry changes.
Posted by: WGM_Jeff 11 years ago
4th Degree Black Belt
6

I have a ,reg file in one of my scripts, and it works ok. I used an Offline KScript, uploaded the .reg file as a dependency, and chose 'Run a batch file'. The contents of the batch file is this:

@echo off

regedit /S name.reg


Comments:
  • This is also the method I use and have great success with. - Hammer1790 11 years ago
  • This worked perfectly for me too!

    @echo off
    regedit /S name.reg

    Thanks!
    -awingren - awingren 10 years ago
Posted by: philologist 11 years ago
Red Belt
1

I have found downloading one of the simple Microsoft Fix It files and modifying it with ORCA is a great way to deliver registry changes and all sorts of other things.


Comments:
  • Woa, this seems like a great way to push out scripts and registry keys as managed installs. I know this is an ancient thread but could you elaborate on exactly how you've gotten this to work? - bens401 7 years ago
Posted by: jegolf 11 years ago
Red Belt
0

There's also a registry wizard of sorts that I find useful. Go to Scripting > Configuration Policy > Enforce Registry Settings > and paste in the contents of your .reg file. It will then spit out a script for you which you can configure to your liking. Works fine for me.


Comments:
  • On second look - there is also a specific "Windows Automatic Updates Settings" option under Configuration Policy. Mayhaps that could be an option for you as well. - jegolf 11 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ