Add batch files to add and remove firewall rules

This commit is contained in:
Ryan Caezar Itang
2022-08-16 11:57:14 +08:00
parent 6000b85b1a
commit 65b557d003
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@echo off
set RULE_NAME=Sunshine
rem Delete the rule
netsh advfirewall firewall delete rule name=%RULE_NAME%