script for setting permissions?

M

MR

i would like to automate the addition of permissions to a registry key.
for example i would like to add full access to domain\users and to network
service to a specific key.
the REGINI utility, almost does the trick but it supports only pre-defined
permissions. the two permissions that i mentioned are not on the pre-defined
list. I am not even sure if it runs on anything other than NT and W2K
i need to run this script on W2K3 and XP boxes.

is there a way to do this?
thanks in advance
m
 
M

Mark V

In said:
i would like to automate the addition of permissions to a
registry key. for example i would like to add full access to
domain\users and to network service to a specific key.
the REGINI utility, almost does the trick but it supports only
pre-defined permissions. the two permissions that i mentioned
are not on the pre-defined list. I am not even sure if it runs
on anything other than NT and W2K i need to run this script on
W2K3 and XP boxes.

is there a way to do this?

Not certain with the info. provided, but check out
SetACL
http://sourceforge.net/projects/setacl/

It's powerful and complex and difficult to use some times, so be sure
to have a test environment and solid Full Registry Backups in
advance.
 
J

Jerold Schulman

i would like to automate the addition of permissions to a registry key.
for example i would like to add full access to domain\users and to network
service to a specific key.
the REGINI utility, almost does the trick but it supports only pre-defined
permissions. the two permissions that i mentioned are not on the pre-defined
list. I am not even sure if it runs on anything other than NT and W2K
i need to run this script on W2K3 and XP boxes.

is there a way to do this?
thanks in advance
m
SubInAcl.

See tip 8530 » Corrected version of SubInAcl.
in the 'Tips & Tricks' at http://www.jsifaq.com

For examples of usage, see:

9533 » After upgrading Windows 2000 Server to Windows Server 2003, you cannot access the Remote Registry Service from a remote computer?
9155 » When you upgrade a Windows 2000 domain controller to Windows Server 2003, the DHCP client service does NOT start?

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 

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