Proxy > Gmail Facebook Yahoo!

Get serial number for RAM, motherboard, hard disk



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.
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
Replace ‘d:’ with the drive letter for the cdrom on your computer.


Responses

2 Respones to "Get serial number for RAM, motherboard, hard disk"

Rakesh said... [Reply]

Nice post
i was looking on this.


5 December 2011 at 14:29
Unknown said... [Reply]

Thanks Rakesh for comment


5 December 2011 at 14:31

Send mail to your Friends.  

Expert Feed

 
Return to top of page Copyright © 2011 | My Code Logic Designed by Suneel Kumar