e1429781c1e0b97f8cc23c2049d8405d3d6cd4e2
The powershell version is now functional. The .bat version has been updated to include RAM output as well.
Sysinfo
A script to output to output basic system information.
Usage
- Download the
.ps1file. - Run from
CMDwithC:\Path\to\sysinfo.ps1
Features
It currently outputs:
- The Hostname
- The CPU name
- The CPU Architecture
- The OS Version
- The OS Architecture
- The System's Manufacturer
- The System's Model name
- The system's serial number
- The GPU model name
- The amount of system RAM
Quick Run
Copy and past into CMD
curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.bat > %userprofile%\AppData\Local\Temp\sysinfo.ps1
%userprofile%\AppData\Local\Temp\sysinfo.ps1
This copies the bat file to a temporary location and runs it.
Dependencies
Uses echo and wmic.
sysinfo.ps1
This is now the recommended file to use.
It will require the ability to run Powershell Scripts which is restricted by default.
Description
1.05.05.2021
Latest
Languages
PowerShell
87.7%
Batchfile
12.3%