@echo off
echo ====================================
echo  WEVAL Sentinel Agent v2.3 Installer
echo ====================================
echo.
mkdir "C:\ProgramData\WEVAL" 2>nul
echo Downloading Sentinel v2.3...
powershell -Command "Invoke-WebRequest -Uri 'https://weval-consulting.com/api/sentinel-agent-v2.3.ps1' -OutFile 'C:\ProgramData\WEVAL\sentinel-agent.ps1' -UseBasicParsing"
echo Starting Sentinel v2.3...
start /MIN powershell -WindowStyle Hidden -File "C:\ProgramData\WEVAL\sentinel-agent.ps1"
echo ====================================
echo  Sentinel v2.3 INSTALLED + RUNNING
echo ====================================
pause
