@echo off rem app-client-utils diagnostics. Read-only. Self-elevates. rem Keep this file ASCII: cmd.exe will not run a UTF-16 batch, and non-ASCII rem text renders as garbage under the OEM codepage anyway. net session >nul 2>&1 if errorlevel 1 ( echo Requesting administrator rights... powershell -NoProfile -ExecutionPolicy Bypass -Command ^ "Start-Process -FilePath '%~f0' -Verb RunAs" exit /b ) echo Collecting diagnostics, please wait 10-30 seconds... echo. powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -File "%~dp0tl-diag.ps1" echo. echo Send the file named tl-diag-%COMPUTERNAME%.txt from drive C: echo. pause