Setting Permissions on Resitry Value

G

GinormousV

I have a need to programatically set permissions on a specific registry
value (not the whole key). While regedt32 will let me set permissions
on specific values, this does me no good as I have to do this on 4000
machines? Does anyone know of any good command line utilities or
scripts that will let me set permissions on a specific registry value/
 
G

Guest

In your case setting permissions using group policies seems the easiest way.
If you want to script it you should be able to access registry permissions
using ADSI.
 
G

GinormousV

Thanks for the tips. I did try group policy but it does not seem to
let me apply permissions to a specific value inside of a key. ADSI
might be a way to do it, but I'm not all that familiar. Can you point
me to a good resource?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top