WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: scotts on January 19, 2015, 11:36:03 AM

Title: Trusted Sites in IE8, 9, 10, 11
Post by: scotts on January 19, 2015, 11:36:03 AM
Hi, I need to verify trusted sites in internet explorer. I am assuming there could be different locations in the registry for each version. has anyone come up with winbatch code for this yet?

Thanks,

Scott
Title: Re: Trusted Sites in IE8, 9, 10, 11
Post by: td on January 20, 2015, 06:46:42 AM
Assuming you are referring to Internet Settings trusted sites, you might consider using the rRegSearch function of the 'Reggie' extender.  The trusted sites appear to exist in either or both the HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER hives. Perhaps try searching for the 'Interent Settings' key or something similar.
Title: Re: Trusted Sites in IE8, 9, 10, 11
Post by: kdmoyers on January 20, 2015, 08:57:55 AM
years ago when we used IE, it used to be stored in

Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains under @regcurrent

-Kirby