flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman 31 May 2025, 04:58
I want print model motherboard.
How do this ? Using win api or cpuid ? I tested cpuid not show motherboard info. |
|||
![]() |
|
bitRAKE 31 May 2025, 18:31
Use the GetSystemFirmwareTable function and find the SMBIOS type two structure. Should be the same information returned by PowerShell:
Code: Get-WmiObject Win32_BaseBoard | Format-List Product,Manufacturer,Version,SerialNumber There is a related example recently posted. It finds the CPU table (4) instead of the baseboard table (2). (Edit: Work continues on SMBIOS reader.) |
|||
![]() |
|
Roman 02 Jun 2025, 12:26
Thanks.
|
|||
![]() |
|
Core i7 02 Jun 2025, 13:19
The name of the motherboard can also be read in the system registry:
HKLM\HARDWARE\DESCRIPTION\System\BIOS |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.