OpenSecurity/bin/firewall-uninstall.bat
changeset 241 6f73753677aa
child 242 e3ae01d2898a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/OpenSecurity/bin/firewall-uninstall.bat	Wed Oct 29 18:22:39 2014 +0100
     1.3 @@ -0,0 +1,4 @@
     1.4 +@echo off
     1.5 +echo 'removing firewall rules for OpenSecurity...'
     1.6 +netsh advfirewall firewall delete rule name="Osec Communication Rule" 
     1.7 +