Tuesday 3 March 2015

Get serial number for RAM, motherboard, hard disk

Open CMD and just type these Commands.



  • Get serial number of RAM chips.
wmic memorychip get serialnumber

This command lists serial number for each RAM module installed on the computer.

  • Get serial number for hard disks
wmic diskdrive get serialnumber

  • Get serial number for mother boards
wmic baseboard get serialnumber

  • Get Serial number for cdrom drive

wmic cdrom where drive='d:' get SerialNumber

No comments:

Post a Comment