Skip to content

Instantly share code, notes, and snippets.

@lxfly2000
Created July 26, 2021 06:32
Show Gist options
  • Save lxfly2000/461b268054757f4fa6210b035f30b1db to your computer and use it in GitHub Desktop.
Save lxfly2000/461b268054757f4fa6210b035f30b1db to your computer and use it in GitHub Desktop.
@echo off
echo CPU:
wmic cpu get Manufacturer
wmic cpu get Name
wmic cpu get ProcessorID
echo Hard Disk:
wmic diskdrive get serialnumber
echo BIOS:
wmic baseboard get serialnumber
echo MAC Address:
getmac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment