Files
WD-HN/mo-firewall.bat
2026-05-20 23:01:18 +07:00

9 lines
280 B
Batchfile

@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