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
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@242
     4
netsh advfirewall firewall delete rule name="Osec python" 
oliver@242
     5
netsh advfirewall firewall delete rule name="Osec pythonw" 
oliver@242
     6
netsh advfirewall firewall delete rule name="Osec xwin" 
oliver@241
     7