9 lines
280 B
Batchfile
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
|