I have found the values that need to be changed in the regestry and did an export. This is what I have created for a trusted.reg
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsZoneMapDomains]
@=””
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsZoneMapDomainsla-z-boy.com]
“*”=dword:00000002
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet SettingsZoneMapDomainslzbretail.com]
“*”=dword:00000002
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftCryptographyRNG]
“Seed”=hex:87,cc,b8,34,61,a4,bf,45,7f,c8,c4,e1,28,64,cb,c9,20,52,9a,cc,74,b0,
a9,78,41,3d,6f,cd,73,05,94,94,34,ad,46,e0,b7,9b,96,1b,07,e7,75,6f,5c,2c,bd,
2d,d8,c8,f0,3f,13,cb,c9,d1,c7,a7,35,27,23,17,63,48,0f,35,37,39,41,e1,ec,4f,
3e,04,94,0f,62,82,f5,fc
This is how I’m pushing it.
CO “XP”
;
LU
XC “reg* C:temp”
MR “regtrusted.reg”
EL
When the push is complete I check trusted sites and it doesn’t show the sites and no info. has been moved to the reg. If anyone has a script to look at, that would be great.
Thank