OpenSecurity/bin/firewall-uninstall.bat
author Bartha Mihai <mihai.bartha@ait.ac.at>
Tue, 13 Jan 2015 18:26:41 +0100
changeset 252 824ae4324f57
parent 241 6f73753677aa
permissions -rw-r--r--
changed settings restore functionality for the browser.
Needs addition of rsync on VM and setup
     1 @echo off
     2 echo 'removing firewall rules for OpenSecurity...'
     3 netsh advfirewall firewall delete rule name="Osec Communication Rule" 
     4 netsh advfirewall firewall delete rule name="Osec python" 
     5 netsh advfirewall firewall delete rule name="Osec pythonw" 
     6 netsh advfirewall firewall delete rule name="Osec xwin" 
     7