I know that this should be able to be done, but I can't find
any documentation on how to do it.

Can anyone point me in the right direction?

Thanks.

RE: Pushing Registry settings via GPO by ncasey

ncasey
Mon Feb 26 16:51:00 CST 2007

Here is a great free tool:
http://www.desktopstandard.com/PolicyMakerRegistryExtension.aspx



"Joe" wrote:

> I know that this should be able to be done, but I can't find
> any documentation on how to do it.
>
> Can anyone point me in the right direction?
>
> Thanks.

Re: Pushing Registry settings via GPO by jwgoerlich

jwgoerlich
Tue Feb 27 08:41:37 CST 2007

Assuming the user has permission to update the key, you can do this
with a logon script.

%systemroot%\Regedit.exe /S "\\server\share\mykey.reg"

Regards,

J Wolfgang Goerlich