I am trying to write into HKLM thru a GPO based domain logon script.
But since the user is not a local administrator, the writevalue function does not work.
Is there a way to make HKLM based registry changes without requiring the user to be in the local administrators group ?

Thanks