Home Page

Home Page
How to Search the Query

Sunday 23 February 2014

How to find motherboard serial number using command prompt

Get the Serial number using command prompt.


First Open Command Prompt using Start > Run > cmd   Hit ENTER
  • wmic
  • bios get serialnumber
Now you will get the serial number for the motherboard

Step to create batch file for to get the BIOS or Mother Board Serial Number.

Open Notepad > and copy below commands and save file as serial.bat

@ echo off
color 02
wmic bios get serialnumber
pause

 

Searches Related Links:
how to find BIOS Serial No
how to get mother board serial no using command prompt
how to find mother board serial no
how to find machine serial number from command prompt
get serial number of motherboard
how to find serial number of mother board using command prompt 

1 comment:

  1. Cmd and mwic is a very useful command to collect information of a PC. I wrote command samples of WMIC on this blog.

    ReplyDelete

Thank you for logging in.. Waiting for your valuable views.