how can i get motherboard model ???
Professional Software Development Tools
how can i get motherboard model ???
orCode:Manufacturer = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\Description\\System\\BIOS", "BaseBoardManufacturer", true); Product = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\Description\\System\\BIOS", "BaseBoardProduct", true);
Code:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SystemInformation