Skip to content

Instantly share code, notes, and snippets.

@breezhang
Created May 3, 2014 03:21
Show Gist options
  • Save breezhang/11491085 to your computer and use it in GitHub Desktop.
Save breezhang/11491085 to your computer and use it in GitHub Desktop.
win32 computer basic info
@echo computer name
@wmic csproduct get name, identifyingnumber
@echo "BIOS"
@wmic BIOS get Name ,Manufacturer,SerialNumber
@echo display adapter
@wmic path win32_videocontroller get Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment