This commit is contained in:
2026-05-20 23:01:18 +07:00
parent d1986f261c
commit c01edd8a4e
7 changed files with 317 additions and 66 deletions

8
mo-firewall.bat Normal file
View File

@@ -0,0 +1,8 @@
@echo off
chcp 65001 >nul
cd /d "%~dp0"
echo.
echo Dang mo firewall cong 8080 (can cua so Admin)...
echo.
powershell -NoProfile -Command "Start-Process powershell -Verb RunAs -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File \"\"%~dp0setup-wifi.ps1\"\"'"
timeout /t 3 >nul