Click to See Complete Forum and Search --> : Intranet Zones and Trusted Sites


patweb
August 18th, 2000, 06:05 PM
Hello,

i am using IIS 4.0. My clients are NT (80%) and 98 (20%). We have a local Intranet on the PDC. I am trying to find out how to make this a trusted site without going to all of the computers and putting it in manually. Any help would be greatly appreciated (the Web Forums have been pretty dead lately).

Equalizer
August 19th, 2000, 07:44 AM
Trusted Sites Zone information is stored in the following registry keys (IE5):

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettings\ZoneMap\Domains

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\InternetSettings\ZoneMap\Domains

Export these keys to a .reg file from one machine and use it in a login script to import the settings (regedit /s <file>.reg).

See also Description of Internet Explorer Security Zones Registry Entries (http://support.microsoft.com/support/kb/articles/q182/5/69.asp).

Alternatively, the IEAK lets you do this using an .ins file (AutoConfig) if you enable the option "Use automatic configuration script".

[This message has been edited by Equalizer (edited 08-19-2000).]

patweb
August 21st, 2000, 02:24 PM
Thanks,

I got it now...

Pat