Windows Serial Number Lookup

Posted on

I wonder what sort of serialnumber wmic bios get serialnumber Windows commad actually gives you?

Is it serial number of your motherboard? Documentation is not clear about it.

Vitaly PVitaly P

3 Answers

the wmic bios get serialnumber command call the Win32_BIOS wmi class and get the value of the SerialNumber property, which retrieves the serial number of the BIOS Chip of your system.

RRUZRRUZ

run cmd

Enter wmic baseboard get product,version,serialnumber,product

Press the enter key. The result you see under serialnumber column is your Motherboard serialnumber

Stanley-Paul IhunanyachukwuStanley-Paul Ihunanyachukwu

if run from a command line (start-run should also do the trick) prints out on screen the Serial Number of the product,
(for example in a toshiba laptop it would print out the serial number of the laptop.
with this serial number you can then identify your laptop model if you need ,from the makers service website-usually..:):)

I had to do exactly that.:):)

george sosgeorge sos

Not the answer you're looking for? Browse other questions tagged bioswmic or ask your own question.