How can I get the HDD firmware serial number in .net? I can get the serial number of the hard drive using WMI calls, but could not find any way to get the serial number of the HDD firmware.
Thanx in advance
try this
Use WMI. Of course, this is a low-level function that the βsaneβ higher-level API does not support (it is useless to read or write files). WMI is done just for that - lower level management.
+1 for Zaragon ... his link is www.geekpedia.com/tutorial233_Getting-Disk-Drive-Information for clarity.
This link may be broken on 8/8/17. This may be temporary.