We can find the serial numbers of various hardware devices using WMIC. You can find the commands below. These commands can be executed from Windows command prompt.
Get serial number of RAM chips.
Get serial number for hard disks
Labels:
Run Command
,
Windows
Get serial number of RAM chips.
wmic memorychip get serialnumberThis command lists serial number for each RAM module installed on the computer.
Get serial number for hard disks
wmic diskdrive get serialnumberGet serial number for mother boards
wmic baseboard get serialnumberGet Serial number for cdrom drive
wmic cdrom where drive='d:' get SerialNumberReplace ‘d:’ with the drive letter for the cdrom on your computer.
Responses
2 Respones to "Get serial number for RAM, motherboard, hard disk"
Nice post
i was looking on this.
5 December 2011 at 14:29
Thanks Rakesh for comment
5 December 2011 at 14:31
Post a Comment