Post by Mark RichardsThis could be caused by installing Internet Explorer 7..
A workaround is as detailed below...
- in Control Panel, run Internet Options
- Go to the Security tab
- Click the Local Intranet icon
- Click the Sites button
- Uncheck "autmatically detect Intranet Zone" box
- leave the others checked as per your preference
Now when you run the program from a network drive, it should be fine.
Perfect and with regmon:
CreateKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\
SUCCESS Access: 0x2
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\WarnOnIntranet SUCCESS 0x0
CloseKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\
SUCCESS
OpenKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1 SUCCESS Access: 0x2001F
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1\DisplayName SUCCESS "Intranet locale"
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1\Description SUCCESS "L'area contiene tutti i siti Web
compresi nella rete Intranet della società ."
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1\Icon SUCCESS "shell32.dll#0018"
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1\CurrentLevel SUCCESS 0x0
OpenKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1 SUCCESS Access: 0x2001F
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1\Flags SUCCESS 0xDB
OpenKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\ SUCCESS Access: 0x2001F
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\ProxyBypass SUCCESS 0x1
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\IntranetName SUCCESS 0x1
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\UNCAsIntranet SUCCESS 0x1
SetValue HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\AutoDetect SUCCESS 0x0
CloseKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\ZoneMap\ SUCCESS
CloseKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1 SUCCESS
CloseKey HKCU\Software\Microsoft\Windows\CurrentVersion\Internet
Settings\Zones\1 SUCCESS
Thanks