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
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.