G
Guest
I need to remotely edit the HKCU\Software\Policies\Microsoft key, in order to
add the Security subkey and the CheckAdminSettings dword value required for
use with Outlook Security Templates.
Unfortunately, this is a "restricted" key, and only the Administrators have
full access. I've tried using SMS Installer to create the entry
progammatically, and have also tried using "regini.exe" from the Resource Kit
to change the ACL on the key prior to performing the edit. The result is
that, apparently due to the need to run with administrator permissions, the
current user key is bypassed and the entry is made in the Default User
context.
Does anyone have a reliable method for getting around this behavior? The
machines targeted are not necessarily single-user machines, so it's not as
simple as just making the users administrators on a temporary basis. I would
also like to avoid having to use multiple reboots to change the ACL on the
key, make the edit, and then restore the ACL on the key.
Thanks for your assistance!
add the Security subkey and the CheckAdminSettings dword value required for
use with Outlook Security Templates.
Unfortunately, this is a "restricted" key, and only the Administrators have
full access. I've tried using SMS Installer to create the entry
progammatically, and have also tried using "regini.exe" from the Resource Kit
to change the ACL on the key prior to performing the edit. The result is
that, apparently due to the need to run with administrator permissions, the
current user key is bypassed and the entry is made in the Default User
context.
Does anyone have a reliable method for getting around this behavior? The
machines targeted are not necessarily single-user machines, so it's not as
simple as just making the users administrators on a temporary basis. I would
also like to avoid having to use multiple reboots to change the ACL on the
key, make the edit, and then restore the ACL on the key.
Thanks for your assistance!