Registry WRITE/Change Permissions 
Author Message
 Registry WRITE/Change Permissions

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



Sat, 17 Jul 2004 02:27:25 GMT  
 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



Sat, 17 Jul 2004 10:01:42 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Writing Registry Values in Windows NT (Permissions issue?)

2. Changing Permissions on Registry Keys

3. Changing Windows XP Registry permissions with VBScript.

4. change registry key permission with script?

5. Changing permissions of Registry key?

6. Changing REGISTRY Permissions via script

7. Change permissions on REGISTRY KEY?

8. Changing Registry Permissions

9. change registry key permission with script?

10. change registry key permission with script?

11. change registry key permission with script?

12. Using VB5 to write a change in the NT4 Registry

 

 
Powered by phpBB® Forum Software