Hello,
I dit it by the command: netsh firewall reset
perhaps this link will help you:
http://www.codeproject.com/KB/winsdk...le ct=1359044
look also in comments at bottom of the page.
regards Raffaele
"Cornelius Wasmund" <newsgroup@4logistic.de> ha scritto nel messaggio
news:eCbTgpyxIHA.4816@TK2MSFTNGP03.phx.gbl...
> Hello XPe Community,
>
> i want to start and stop the windows internal firewall by the registry
> with delphi.
> I can start the Firewall, but not stop ... so i change the follow
> reg-keys:
>
> start: (works)
> rootkey=HKEY_LOCAL_MACHINE
>
> SYSTEM\CurrentControlSet\Services\SharedAccess\Par ameters\FirewallPolicy\StandardProfile\
> EnableFirewall dword(01000000)
>
> SYSTEM\ControlSet001\Services\SharedAccess\Paramet ers\FirewallPolicy\StandardProfile\
> EnableFirewall dword(01000000)
>
>
> stop: (do not works)
> rootkey=HKEY_LOCAL_MACHINE
>
> SOFTWARE\Policies\Microsoft\WindowsFirewall\Domain Profile\
> EnableFirewall dword(00000000)
>
> SOFTWARE\Policies\Microsoft\WindowsFirewall\Standa rdProfile\
> EnableFirewall dword(00000000)
>
> SYSTEM\CurrentControlSet\Services\SharedAccess\Par ameters\FirewallPolicy\StandardProfile\
> EnableFirewall dword(00000000)
>
> SYSTEM\ControlSet001\Services\SharedAccess\Paramet ers\FirewallPolicy\StandardProfile\
> EnableFirewall dword(00000000)
>
>
> Any idea which registry-keys i need?
>
> Regards
> Cornelius
> ---
> www.4logistic.de - www.windows-xp-embedded.de