Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set registry key permission to full control for everyone

Status
Not open for further replies.

Stretchwickster

Programmer
Apr 30, 2001
1,746
GB
I work on a piece of software for which there are extra post-installation instruction for users (who have System Administrator rights) installing the software on Win NT, 2000 or XP. These extra instructions advise the person installing the software that they should provide each user (who is without permanent administrator rights) with 'Full Control' of the software's registry entry.

What would be ideal is if we could automate this process so as not to over-burden the person installing the software.

So my question is this:

How can you programmatically set the permissions on a registry key (in HKEY_LOCAL_MACHINE\SOFTWARE\Company Name\Software Name) so that everyone has Full Control?

Any input would be much appreciated!

Clive [infinity]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer."
Paul Ehrlich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Colin wilson has a registry object that allows to set security :


it is in the NT Low Level Utilities section.

anyway this guy has some interesting components. I am using his MMC component for the moment.

cheers,

Daddy

--------------------------------------
What You See Is What You Get
 
Thanks for the pointer.

Clive [infinity]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"To err is human, but to really foul things up you need a computer."
Paul Ehrlich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To get the best answers from this forum see: faq102-5096
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top