Skip to content

Instantly share code, notes, and snippets.

@S3ak
Created January 17, 2015 14:36
Show Gist options
  • Save S3ak/ed7950b4e947d5446a3a to your computer and use it in GitHub Desktop.
Save S3ak/ed7950b4e947d5446a3a to your computer and use it in GitHub Desktop.
Get Serial no. via terminal
To retrieve serial number of the computer run the following command
wmic bios get serialnumber
To retrieve model name of the computer run the following command
wmic csproduct get name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment