mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-09 12:43:42 +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%
|