diff --git a/README.md b/README.md index 3887f0a..305fd7e 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,10 @@ It currently outputs: Copy and past into `CMD` -``` -curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.bat > %userprofile%\AppData\Local\Temp\sysinfo.ps1 -%userprofile%\AppData\Local\Temp\sysinfo.ps1 +```powershell +curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1 > %userprofile%\AppData\Local\Temp\sysinfo.ps1; + +Powershell.exe -command "$env:userprofile\AppData\Local\Temp\sysinfo.ps1" ```