Hallo
ich möchte die interne Windowsfirewall mit Delphi ansteuern (start und
stop) können.
Aktuell kann ich die Firewall starten, aber nicht stoppen.
start: (Funktioniert)
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: (Funktioniert Nicht)
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)
Ideen welche Schlüssel ich brauche?
P.s. Ich möchte kein netsh verwenden.
Gruß
Cornelius Wasmund
---
www.4logistic.de -
www.windows-xp-embedded.de