cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Last_Winter
Level 3

Adding an URL into the intranet area

Hi to all,

I have internet explorer 8 and i need to add an URL into the intranet area via installshield (Tools->Internet Options->Security->Local Intranet->Sites->Advanced)

Thank You 🙂
Labels (1)
0 Kudos
(2) Replies
Last_Winter
Level 3

I can resolve this with a registry entry like:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\mytest.com]
"http"=dword:00000002

But i have to set it to all users, not only for current user.....
0 Kudos
Last_Winter
Level 3

Resolved! (for win7, i don't know if it works for XP)

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings]
"Security_HKLM_only"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\mysite.com]
"http"=dword:00000001
0 Kudos