2018-11-16 09:30:28 +01:00

4 lines
436 B
Batchfile

netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=in action=allow protocol=TCP localport=8088
netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=in action=allow protocol=UDP localport=8088
netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=out action=allow protocol=TCP localport=8088
netsh advfirewall firewall add rule name="WAPTSERVICE 8088" dir=out action=allow protocol=UDP localport=8088