• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

pushing registry key security setting

Brazen

Diamond Member
Most of us know how to set a key value automatically through group policy or scripting. But does anyone know what to set the security permissions on a key or tree automatically? Whether it be a script, something in group policy or anything! We have a software package that users need all rights to it's registry tree in order for the software to run correctly. I can push out the software package automatically through group policy no problem, but I [we] still have to manually open the registry and set the security permission on it's tree to full for everyone.

I would like for it to be set up so if the computer is on our domain, it gets the security permission automatically. The tree is under HKEY_LOCAL_MACHINE\SOFTWARE if that makes any difference.
 
At first glance, it looks like there is a method in this document to set registry keys security. I wonder if it can be scripted or set to do it for every computer in or added to Active Directory. I'll have to read it over more and look up the details on the commands, and test it out. Thanks for the tip.

By the way: if anyone has the cliffnotes version of this documentation, feel free to let me have it.
 
You can set the security rights using group policy too. Or you can use a security template inf file and import it using secedit.exe. To try what I am talking about open mmc and add the "Security Templates" snapin.
 
Hey, you're right. I checked out the Security Templates snap-in and found the settings for registry and file permissions, then I found it in group policy. I had looked through group policy for this before but didn't notice or realize those settings before.
 
Back
Top