Windows 7 Find motherboard serial number via software. CMD/Bios/whatever.

ztplru

Extraordinary Member
P8Z77-V PRO/THUNDERBOLT | Motherboards | ASUS USA

I threw the motherboard box away and forgot to write serial number. Looking at the front of MB i cannot find the serial starting by the characters and length it's supposed to be.

Is it possible to find motherboard serial number via software. CMD/Bios/whatever.

Cmd gives me this output:

C:\Users\John
λ wmic bios get serialnumber
SerialNumber
System Serial Number
 
Try this command line:

wmic baseboard get product,Manufacturer,version,serialnumber
 
It should be the value after the second '/' The first alpha numeric value is the manufacturer serial
 
Try this command line:

wmic baseboard get product,Manufacturer,version,serialnumber

Brilliant patcooke! It worked!
I tried something similar from a google search but it wasn't correct.

You made my day! Thanks a lot sir!

It should be the value after the second '/' The first alpha numeric value is the manufacturer serial

Couldn't find it in the motherboard. If it's on the back then it's partially hidden by the box.
Anyway the cmd worked so i am solved! ;)
 
Back
Top