I have a windows 2000 domain controller, and all xp clients. We have a program that requires writing to the registry when you open it. The problem is the basic end user does not have permission to write the the registry. Is there a setting that I can change in Active Directory or Group policy to allow the end user read/write capabilities?
Software/Hardware used:
ASKED:
October 4, 2005 2:57 PM
UPDATED:
October 25, 2005 12:31 AM
You might want to first find out what section of the registry. In general the HKLMSOFTWARE is usually pretty open. You can use the Reg Mon from the http://www.sysinternals.com web site to exam exactly what it is trying to write to. A lot of older applications have issues because they try to write to the HKEY_CLASSES repeatedly. This is not a good practice.
As far as setting permissions on the registry from a group policy, there really isn’t one. The way it is controlled is on each users system or via a default ability given to a group like Power Users.
If you know the exact key that the application writes to in the registry you can set the permission on that registry key. Navigate to the registry key, Edit> Permissions. You can then add the full control option for the user so that when the application is being used it will have access to run without elevated system privileges.