User's permission in a registry key

G

Guest

HKLM\software\TESTING.

i want to write a script to give a full access /control to a certain user in
TESTING registry key so that he can modify or delete this key WITHOUT
manually setting for his permission. How can i do that in VBScript.?

thanks
 
D

Dave Patrick

This article may help.

http://support.microsoft.com/?kbid=237607

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| HKLM\software\TESTING.
|
| i want to write a script to give a full access /control to a certain user
in
| TESTING registry key so that he can modify or delete this key WITHOUT
| manually setting for his permission. How can i do that in VBScript.?
|
| thanks
 
G

Guest

thank you for the link but i would like to write my own script for it because
i don't have this program.
 
J

Jerold Schulman

thank you for the link but i would like to write my own script for it because
i don't have this program.

Dave Patrick said:
This article may help.

http://support.microsoft.com/?kbid=237607

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| HKLM\software\TESTING.
|
| i want to write a script to give a full access /control to a certain user
in
| TESTING registry key so that he can modify or delete this key WITHOUT
| manually setting for his permission. How can i do that in VBScript.?
|
| thanks
Use SubInAcl from tip 8530 » Corrected version of SubInAcl.
in the 'Tips & Tricks' at 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