Jordan Posted November 2, 2016 Share Posted November 2, 2016 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: 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 More sharing options...
tiliarou Posted November 2, 2016 Share Posted November 2, 2016 It works in Win 7 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.