Thursday, December 10, 2015

Find out motherboard manufacturer, model and serial number

Some times we may need to find out our motherboard model for various reasons like proper driver installation or hardware compatibility. unfortunately It is very difficult to find out motherboard model without opening the cabinet which might be under some table and somany cables around it.
You can get these using either of the following methods

Method 1

You can use Microsoft's wmic tool to get that information.
1. Open command prompt
    Start/run
    Type cmd and press ok
2. Type the following command end   press enter

wmic baseboard get product, manufacturer, version, serialnumber

Method 2

You can use directx diagnostic tool

1. Start/run
   Type dxdiag and press enter key or OK button