PDA

View Full Version : Control Reg ACL with VBS (W2K)



sleep
01-12-2003, 06:27 AM
Is there a way to control the Registry ACL with VB Script?

apastuhov
01-17-2003, 02:52 PM
The easiest is to use a command-line tool:

http://members.optushome.com.au/apastuhov/WindowsRegistryCommander.htm

You can of course run it from a VB script if you wish...

Regards,
Alex.