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
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.