mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 20:09:54 +00:00
7 lines
117 B
Batchfile
7 lines
117 B
Batchfile
@echo off
|
|
|
|
set RULE_NAME=Sunshine
|
|
|
|
rem Delete the rule
|
|
netsh advfirewall firewall delete rule name=%RULE_NAME%
|