Skip to content

Instantly share code, notes, and snippets.

@deviationist
Last active August 29, 2015 14:16
Show Gist options
  • Save deviationist/281d371ca29dee774aa4 to your computer and use it in GitHub Desktop.
Save deviationist/281d371ca29dee774aa4 to your computer and use it in GitHub Desktop.
Windows - Get motherboardinfo in command line
wmic baseboard get product,Manufacturer,version,serialnumber
wmic MemoryChip get BankLabel, Capacity, MemoryType, TypeDetail, Speed
wmic cpu get Name
wmic PATH Win32_videocontroller GET description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment