4 lines
436 B
Batchfile
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 |