efrick bdaf99c174 Update README
Added instructions to run the .bat file with a single command.
2021-04-09 11:22:31 -04:00
2021-04-09 11:07:45 -04:00
2021-04-09 11:22:31 -04:00
2021-04-09 10:38:20 -04:00
2021-04-09 10:38:20 -04:00

Sysinfo

A script to output to output basic system information.

Usage

  1. Download the .bat file.
  2. Run from CMD with C:\Path\to\sysinfo.bat

Features

It currently outputs:

  • The Hostname
  • The CPU name
  • The OS Version
  • 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.

sysinfo.ps1

This is currently under development. Don't use it.

Description
Get basic system information from a script.
Readme 496 KiB
1.05.05.2021 Latest
2021-05-05 17:56:14 -04:00
Languages
PowerShell 87.7%
Batchfile 12.3%