How to get Serial Number of Motherboard
-
In an Visual C++ 6.0 application, I want to get Serial Number of Motherboard, but I don't know how to do. I'm in dark!!! Please help me!!! Thank you very much!!!
-
even i tried for the same but in vain , allternatly i could find serial no: of HDD. will it work for you
-
In an Visual C++ 6.0 application, I want to get Serial Number of Motherboard, but I don't know how to do. I'm in dark!!! Please help me!!! Thank you very much!!!
nps_ltv wrote:
I want to get Serial Number of Motherboard
I think its possible to get the serial number using the WMI. There is a class called
Win32_BaseBoard
by which u will get the serial number. There are some samples in the code project itself demostrating how to use WMI. Have a searchnave [OpenedFileFinder]
-
In an Visual C++ 6.0 application, I want to get Serial Number of Motherboard, but I don't know how to do. I'm in dark!!! Please help me!!! Thank you very much!!!
See
Win32_MotherboardDevice
andWin32_BaseBoard::SerialNumber;
if helpfuls. -
Ok, thank you for your support. If maybe, you can find Serial Number of HDD for me, please. Thank you very much!!!
i found it in codeguru.com Visual C++ / C++ >> Windows Programming >> System>>Hardware information>>Reading Hard Drive Manufacturing Information link to the article: http://www.codeguru.com/cpp/w-p/system/hardwareinformation/article.php/c2815/[^]