To get Motherboard Model Number on Windows computer via command prompt follow these steps.
1.Open the Command Prompt.
You can access it by searching for “cmd.exe” in the Start menu search box. Alternatively, press WIN+R to open the Run dialog, type “cmd”, and hit Enter.
2.Once the Command Prompt is open, enter the following command and press Enter:
wmic baseboard get Manufacturer,product,version,serialnumber
This command will provide you with detailed information about your motherboard, including the manufacturer, product name, version, and serial number.