Arnold,
Thanks for you inpout. The users are not changing the registry. We have numerous locations which require different settings for applications. The login script parses a text file for the relevant location specific information and then updates the registry. Elevated user permissions were given in the Windows 2000 environment and we want to avoid that for Windows XP.
Main Topics
Browse All Topics





by: arnoldPosted on 2009-02-05 at 07:34:56ID: 23560272
Depending on which registry keys you are trying to push, HKLM or HKCU, you might be able to push them through the GPO?
Why would a user need to change registry? Alternatively, you can alter the permissions on a specific registry hierarchy to allow users to make alterations to this key only without affecting other keys.
Registry entries, I think are under the security computer settings\windows settings\security. The security adjustment on the keys, are more involved. You would likely need to have a startup script that will run with System credentials and would adjust the security permissions on the key. Have not tried and have not looked on whether such a script is available.