trusted site registry settings

  • Thread starter Thread starter Barton Day
  • Start date Start date
B

Barton Day

Howdy all -

We use a system policy which prevents users from seeing
the security tab within IE 6.0 SR1 on windows 2000 prof
machines. I'm looking for the registy key that will allow
me to make changes trusted site security location of
IE6.0. Specifically, I want to know where the web
addresses are stored in the registry. I'm still looking of
course but have not yet had any luck.

THanks,

Barton
 
You can find domains mapped to zones from
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\Domains". There are subkey for each domain like
"microsoft.com". For each subdomain, there is dataname like "www" or "*".
Value of that data name is number, which refers to matching security zone.
Zones and their settings you can found from
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones". Trusted zones are referred with numer 2.
 
Back
Top