Avatar of csimmons1324
csimmons1324
Flag for United States of America

asked on 

Best Way to Deploy a .Reg File in a Domain

I need to push out a .reg file to all my users in a Server 2003 domain.  The contents of the .reg file is shown below.  What is is the best method of doing this?  I have read that a startup script is a good method and I have also read about creating a admin template and using a group policy.  

Thanks!


Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\HHRestrictions]
"MaxAllowedZone"=dword:00000002
"UrlAllowList"="\\\\syteline\\syteline.map\syteline;file://\\\\myserver\\myshare"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\HTMLHelp\1.x\ItssRestrictions]
"MaxAllowedZone"=dword:00000002
"UrlAllowList"="\\\\syteline\\syteline.map\syteline;file://\\\\myserver\\myshare"

Open in new window

Windows Server 2003

Avatar of undefined
Last Comment
csimmons1324

8/22/2022 - Mon