How can I find out what motherboard is in my computer?
I want to find out the exact model of my computer's motherboard so that I can see what sort of memory chip, graphics cards and other components it supports.
I'm using Windows 7 Ultimate 64-bit.
Daveb was moving in the right direction. You need to type the following within a command prompt:
wmic baseboard get product,Manufacturer,version,serialnumber
This will provide you with the maker of the motherboard, model number, and serial number.
Yet another option to launch dxdiag
tool from the start menu:
CPU-Z can identifiy mainboards, among other components. I think that should do it.