Give user acces to regkeys

  • Thread starter Thread starter jean-dot-paul-at-opelwilly-dot-com
  • Start date Start date
J

jean-dot-paul-at-opelwilly-dot-com

Hello,

Is there a way to give a user write access to a LOCAL_MACHINE regkey without
making him local administrator?

And if Yes, how could it be done?
 
Doesn't giving the user write permission on the key, with regedt32 (right
click on the key), work?
 
jean.paul said:
Is there a way to give a user write access to a LOCAL_MACHINE regkey
without making him local administrator?

And if Yes, how could it be done?

Use REGEDIT (REGEDT32 in previous to Windows XP versions of Windows) to set
the permissions on the Key and SubKeys appropriately.
 
You have been told the how to.

You should however consider well before taking
this action. Not even Administrators have that grant
in the default condition, and it is so for a reason.

Granting that to an account allows that account to
basically destroy the install, and to adjust/circumvent
numerous things having less total impact.

It is far better to determine the minimal amount of
subkey area down within to which the grant is then
made in order to enable what and only what is needed.
 
Back
Top