OpenSecurity/bin/firewall-uninstall.bat
author Oliver Maurhart <oliver.maurhart@ait.ac.at>
Wed, 29 Oct 2014 18:22:39 +0100
changeset 241 6f73753677aa
child 242 e3ae01d2898a
permissions -rw-r--r--
a new approach for firewall tweaks on install
oliver@241
     1
@echo off
oliver@241
     2
echo 'removing firewall rules for OpenSecurity...'
oliver@241
     3
netsh advfirewall firewall delete rule name="Osec Communication Rule" 
oliver@241
     4