Software >> OS >> Windows >> WMI >> wmic >> How to obtain the hardware serial number and model with wmic command

Launch the windows command prompt.

 

(1) To obtain the hardware serial number

wmic bios get serialnumber

 

(2) To obtain the hardware model

wmic csproduct get name

- See more at: http://www.myfaqbase.com/v3/index.php#sthash.iGtAeSTh.dpuf

Launch the windows command prompt.

 

(1) To obtain the hardware serial number

wmic bios get serialnumber

 

(2) To obtain the hardware model

wmic csproduct get name

- See more at: http://www.myfaqbase.com/v3/index.php#sthash.iGtAeSTh.dpuf

Launch the windows command prompt.

 

(1) To obtain the hardware serial number

wmic bios get serialnumber

 

(2) To obtain the hardware model

wmic csproduct get name

- See more at: http://www.myfaqbase.com/v3/index.php#sthash.iGtAeSTh.dpuf

 

Launch the windows command prompt.

 

(1) To obtain the hardware serial number

wmic bios get serialnumber

 

(2) To obtain the hardware model

wmic csproduct get name

 

(3) To obtain the manufacturer name and hardware model

wmic csproduct get vendor,version