Motherboard ID - WMI C++ - Reliable?
问题 I'm using WMI in C++ classes to retrieve the serial number of my motherboard. The query is the following : "SELECT SerialNumber FROM Win32_BaseBoard" I wrote the query myself so i'm not certain it is correct, but it does return something : /9637CW1/CN1296131Q0BA8/ . The returned string is in the same format on multiple computers so i assume the query is correct. My question is : am i really querying the motherboard serial number here ? Because i saw another class called "Win32