ECHO off REM Runs the quick run commands form the readme.md REM https://efrick.ddns.net/git/efrick/Sysinfo/src/branch/master/README.md#quick-run REM This must be run from an elevated prompt. curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1 > %userprofile%\AppData\Local\Temp\sysinfo.ps1; Powershell.exe -command "cd $env:userprofile; AppData\Local\Temp\sysinfo.ps1 -write_output" del %userprofile%\AppData\Local\Temp\sysinfo.ps1