Update README
Added instructions to run the .bat file with a single command.
This commit is contained in:
12
README.md
12
README.md
@@ -17,6 +17,18 @@ It currently outputs:
|
||||
* The system's serial number
|
||||
* 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
|
||||
|
||||
Uses `echo` and `wmic`.
|
||||
|
||||
Reference in New Issue
Block a user