Update 'README.md'

This commit is contained in:
efrick 2021-04-20 14:26:42 -04:00
parent f9480b5440
commit b04b358200

View File

@ -30,7 +30,7 @@ Copy and past into `CMD`
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"
exit
del %userprofile%\AppData\Local\Temp\sysinfo.ps1
```