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.

link|improve this question
You are better off opening the case to get the motherboard model number and Revision number, then go the the manufacturers site to look for drivers. – Moab Jan 12 '11 at 17:26
feedback

10 Answers

up vote 6 down vote accepted

Belarc Advisor will tell you what type of motherboard you have.

link|improve this answer
feedback

CPU-Z can identifiy mainboards, among other components. I think that should do it.

link|improve this answer
feedback

Another option: I happen to like SIW - System Information for Windows

ahh nais pigsure

link|improve this answer
feedback

Open CommandPrompt (cmd) and type

wmic cpu get name,CurrentClockSpeed,MaxClockSpeed This command will tell you the system motherboard (that happen to be the name) and it’s UUID

wmic bios get name,serialnumber,version This will tells you the name if your BIOS, current version and it’s serial number if there is any.

Technet has a useful reference for WMIC commands

link|improve this answer
1  
wmic cpu get name,CurrentClockSpeed,MaxClockSpeed seems to list - CurrentClock Speed - MaxClockSpeed and the Processor Name/Model – alke2007 Feb 23 at 12:29
feedback

If you have a desktop system that was built from parts: Open the case. The motherboard brand and model number is printed on it.

If you have a laptop, or purchased a desktop from a OEM such as Dell: there's not really a motherboard model on the thing, you're going to have to go with the computer's model number.

link|improve this answer
feedback

CPU-Z works too, has a 64 bit version.

link|improve this answer
feedback

There are several products you can install to get this information, but the one I've used in the past is Belarc Advisor (useful for auditing):

http://www.belarc.com/free_download.html

link|improve this answer
Just be careful when you post these profiles on the web, they contain your software serial numbers. – Daniel Beck Jan 12 '11 at 17:17
feedback

now that ESP is real, you might try that. http://www.cbsnews.com/8301-504763_162-20027637-10391704.html

But system information for Windows looks like a good bet too.

link|improve this answer
feedback

The motherboard itself must comply with a standard called DMI. This provides information such as the motherboard model, BIOS version, the number of RAM sticks, their capacity and speed, and basically anything else that is related to your motherboard.

There are two popular programs that can retrieve this information. CPU-Z and dmidecode. While CPU-Z is a user-friendly alternative, dmidecode has the advantage of being a nice, clean tool that works on practically all operating systems.

link|improve this answer
feedback

It's really easy to find mother information using script. Please proceed to check it out.

link|improve this answer
It would be nice to include the essential parts of the answer here, and provide the link only for future reference. – slhck Mar 28 at 14:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.