Update 'README.md'

This commit is contained in:
efrick 2021-04-20 14:25:17 -04:00
parent 5eeae58fdf
commit f9480b5440

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
```