mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 10:20:46 +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%
|