mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-26 22:48:09 +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%
|