Update README
Added instructions to run the .bat file with a single command.
This commit is contained in:
parent
fa61f9a101
commit
bdaf99c174
12
README.md
12
README.md
@ -17,6 +17,18 @@ It currently outputs:
|
|||||||
* The system's serial number
|
* The system's serial number
|
||||||
* The model name of the system
|
* The model name of the system
|
||||||
|
|
||||||
|
## Quick Run
|
||||||
|
|
||||||
|
Copy and past into `CMD`
|
||||||
|
|
||||||
|
```
|
||||||
|
curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.bat > %userprofile%\AppData\Local\Temp\temp.bat
|
||||||
|
%userprofile%\AppData\Local\Temp\temp.bat
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
This copies the bat file to a temporary location and runs it.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
Uses `echo` and `wmic`.
|
Uses `echo` and `wmic`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user