Access Motherboard information without using WMI

前端 未结 3 1559
臣服心动
臣服心动 2021-01-14 13:57

I need to access motheroard identification (serial, manufacture, etc) in my application on multiple processes. I have been able to successfully query this using WMI, bu

3条回答
  •  北海茫月
    2021-01-14 14:19

    In Vista+ you can use GetSystemFirmwareTable API to access SMBIOS tables and parse them out to obtain [possibly available] serial numbers and other identification strings and values.

    In particular you can access motherboard data, including vendor and S/N:

                Intel Corporation
                DZ77BH-55K
                AAG39018-400
                BQBH206600DT
    

提交回复
热议问题