Discussion:
windows firewall
(too old to reply)
PaoloItaly
2007-02-13 08:07:50 UTC
Permalink
How to prevent WindowsXp firewall to ask the user if
He really want to run an application ?

Thanks in advance
Remy Lebeau (TeamB)
2007-02-13 10:00:14 UTC
Permalink
Post by PaoloItaly
How to prevent WindowsXp firewall to ask the user if
He really want to run an application ?
That would defeat the purpose of having a firewall in the first place.


Gambit
PaoloItaly
2007-02-13 11:26:03 UTC
Permalink
Post by Remy Lebeau (TeamB)
Post by PaoloItaly
How to prevent WindowsXp firewall to ask the user if
He really want to run an application ?
That would defeat the purpose of having a firewall in the first place.
Gambit
Ok but C:\Programmi\Borland\CBuilder6\Bin\bcb.exe is never
blocked by firewall.
Why is the answer at my question.
PaoloItaly
2007-02-13 11:47:17 UTC
Permalink
The application that is blocked reside on a network connection,
if i run it locally all works fine
Mark Richards
2007-02-17 18:14:37 UTC
Permalink
This 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.
--
---------------------------------------
And a pointless sig...
---------------------------------------
There are 10 types of people in the world
those that understand binary and those that don't
Post by PaoloItaly
How to prevent WindowsXp firewall to ask the user if
He really want to run an application ?
Thanks in advance
PaoloItaly
2007-02-21 11:30:10 UTC
Permalink
Post by Mark Richards
This 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

Loading...