/build/static/layout/Breadcrumb_cap_w.png

SCCM 2007 pushing out a regedit key for Windows 7 machines

I have a regedit key that i need to push out in SCCM 2007, is there a way this can be done and if so how can i do this?


0 Comments   [ + ] Show comments

Answers (2)

Posted by: sparky86 10 years ago
Fourth Degree Brown Belt
2

you can create a batch file and advertise the file to be deployed via SCCM

Batch file contents

REG ADD HKLM\Software\MyCo /v Data /t REG_BINARY /d fe340ead

or if you're deploying via a task sequence you can run a command line with the dame as the batch file

 

 

 


Comments:
  • If you have a HKLM registry key you can do it like sparky86 told you. Or you can export the regkey and use this command line:
    regedit /s "ExportedRegistryEntry.reg"
    If you have an HKCU Registry entry, you have to deploy it over an "Active Setup".
    http://www.itninja.com/blog/view/appdeploy-articles-activesetup - tecrumors 10 years ago
Posted by: ekgcorp 10 years ago
10th Degree Black Belt
2

There are a bunch of ways as you see above, but if you perfer to get it in an MSI or EXE format, then you can capture the changes or use WiseScript to do a simple "Edit Registry" Function and compile it.

 
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