
Registry WRITE/Change Permissions
The AdsSecurity.dll component from the ADSI SDK can be used to manipulate ACLs on registry keys...
Writing registry keys is simple with WshShell.RegWrite.
--
Michael Harris
Microsoft.MVP.Scripting
--
Quote:
> I am looking to use VBScript and WSH to Write Keys and to set their
> permissions.
> For instance say I wanted to set HKLM/Software/Microsoft/IE/whatever so that
> it had Administrator:read, Everyone:Nothing, authenticated users: full
> Is there a way to do this with VBScript and or WSH?
> MD