Created
January 17, 2015 14:36
-
-
Save S3ak/ed7950b4e947d5446a3a to your computer and use it in GitHub Desktop.
Get Serial no. via terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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