@echo off
echo.
echo HUNGNP18@FPT.COM
echo ------------------------------
echo TOI UU WINDOWS

:: Kiểm tra quyền quản trị.
net session >nul 2>&1
if %errorlevel% neq 0 (
    echo Administrator.
    pause
    exit
) else (
    powershell -Command "irm christitus.com/win | iex"
    exit
)
