Update 'README.md'
Change the documentation to reflect the powershell script working.
This commit is contained in:
parent
e1429781c1
commit
61948c8e41
@ -27,7 +27,7 @@ It currently outputs:
|
|||||||
Copy and past into `CMD`
|
Copy and past into `CMD`
|
||||||
|
|
||||||
```
|
```
|
||||||
curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.bat > %userprofile%\AppData\Local\Temp\sysinfo.ps1
|
curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.ps1 > %userprofile%\AppData\Local\Temp\sysinfo.ps1
|
||||||
%userprofile%\AppData\Local\Temp\sysinfo.ps1
|
%userprofile%\AppData\Local\Temp\sysinfo.ps1
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -36,8 +36,14 @@ This copies the bat file to a temporary location and runs it.
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
### .bat File
|
||||||
|
|
||||||
Uses `echo` and `wmic`.
|
Uses `echo` and `wmic`.
|
||||||
|
|
||||||
|
### .ps1 File
|
||||||
|
|
||||||
|
Powershell Version 5.1 or higher.
|
||||||
|
|
||||||
## `sysinfo.ps1`
|
## `sysinfo.ps1`
|
||||||
|
|
||||||
This is now the recommended file to use.
|
This is now the recommended file to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user