How to know the serial number of Hard disk & motherboard

  • Thread starter Thread starter Arsalan Ahmad
  • Start date Start date
A

Arsalan Ahmad

Hi all,

Is there anyway to programatically know the serial number of hard disk and
mother board. Any API etc?

Thanks,

Arsalan
 
I dont believe serial numbers are 'hard stored' on the hd or mobo, other
than on a label.
I'm assuming you dont mean Model No.
 
Arsalan said:
Hi all,

Is there anyway to programatically know the serial number of hard
disk and mother board. Any API etc?

WMI is generally great for this kind of stuff.

Arnaud
MVP - VC
 
I dont believe serial numbers are 'hard stored' on the hd or mobo, other
than on a label.

Two different, and unrelated "numbers" exist.

1. A "hard" stored serial number in the drives firmware.
This cannot be changed.
2. A "changeable" volume label that is added/removed/modified
by the user.
 
Arsalan Ahmad said:
Is there anyway to programatically know the serial number of hard disk and
mother board. Any API etc?

Motherboards do not have serial numbers.
 
Back
Top