Jump to content

Get Motherboard informations via Command Prompt in Windows 10


Jordan

Recommended Posts

Get Motherboard informations via Command Prompt in Windows 10

 

In Windows 10, you can see information about the motherboard installed in your PC using the command line. If you need to print it out or just view your motherboard details without restarting your PC or using a third party tool, it can be done with a single command.

 

There is a special WMIC command which utilizes Windows Management Instrumentation (WMI) to provide information about all storage devices you have installed in Windows. It works in all modern Windows versions including Windows 10.

Get Motherboard Serial Number via Command Prompt in Windows 10

To see some useful information about the motherboard of your Windows 10 device, do the following.

 

1- Open an elevated command prompt.

2- Type the following command:

wmic baseboard get Manufacturer, Model, Name, PartNumber, serialnumber

The command produces the following output:

 

  http://winaero.com/blog/wp-content/uploads/2016/11/Windows-10-get-motherboard-info.png

 

This command cannot replace advanced tools like AIDA64 or HWiNFO which can give you much more details about your hardware. But when you cannot install third party apps in a limited or secured environment, it is nice to use just built-in tools to see the information about the PC's motherboard.

 

SOURCE

 
 
Notes:
- Similar command: wmic baseboard get product,Manufacturer,version,serialnumber
- Those who prefer a gui can use some programs like Speccy.
Link to comment
Share on other sites


  • Replies 1
  • Views 934
  • Created
  • Last Reply

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...