How to Find System Serial number using Command

Here is a quick command that you can use to find the Serial Number of your machine.

To find the serial number, open command prompt (cmd) and type the following command.

c:\wmic bios get serialnumber

This will give you your machine’s serial number by pulling the information from BIOS. This is how it will look like.



1 comment:

  1. I love using cmd and wmic to get various details for my inventory job. Getting serial number, RAM size, harddisk size, CPU details and installed software all can be done using cmd and wmic command are excellent command.

    ReplyDelete