Saturday, August 3, 2013

System Serial and Model from Command Promt

How to get the system serial and model from command line

Some times we may need to look for serial number and model of the system. We are generally do that our laptops upside down or by looking on CPU cabinet.
Below mentions are very essay method 


For Serial Number
wmic bios get serialnumber
For Manufacturer
wmic csproduct get vendor
For Model
wmic csproduct get name

No comments:

Post a Comment