2

How can I retrieve HDD Firmware Serial number in .net? I am able to retrieve HDD Serial number using WMI calls but not able to find any way to retrieve HDD Firmware Serial number.

Thanx in advance

Drake
  • 8,225
  • 15
  • 71
  • 104
Ulhas Tuscano
  • 5,502
  • 14
  • 58
  • 89
  • possible duplicate of [Hdd Serial Number](http://stackoverflow.com/questions/677251/hdd-serial-number) – H H Jun 29 '10 at 09:22
  • Also see http://stackoverflow.com/questions/1176887/ , http://stackoverflow.com/questions/242480/ – H H Jun 29 '10 at 09:23

1 Answers1

1

Use WMI. SImply as that - this is a low level function that no "sane" higher level API will support (it is useless to read or write files). WMI is made exactly for that - managing the lower levels.

TomTom
  • 61,059
  • 10
  • 88
  • 148