PDA

View Full Version : how can i get motherboard model ???


lnd
04-01-2009, 01:47 PM
how can i get motherboard model ???

BlueMe
04-01-2009, 10:45 PM
Manufacturer = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\Description\\System\\BIOS", "BaseBoardManufacturer", true);
Product = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\Description\\System\\BIOS", "BaseBoardProduct", true);

or
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\SystemInformation