Files
CharaLol_Yukiotoko/NationalMatchingFirewall.bat
2025-01-02 20:26:02 -08:00

4 lines
394 B
Batchfile

@echo off
set /p gamedircectory = Enter game path (e.g. C:\SegaGames\Chunithm\bin\chusanApp.exe)\n
netsh advfirewall firewall add rule name="Chunithm National Matching Inbound" dir=in action=allow profile=any program="%gamedirectory%" enable=yes
netsh advfirewall firewall add rule name="Chunithm National Matching Outbound" dir=out action=allow profile=any program="%gamedirectory%" enable=yes