Thursday, 19 March 2015

5 Top Windows 8 Features You’ll Love





Following the release of Windows 8 Developer Preview, many sites have done reviews on what the next Windows system will be like. The reviews are mostly positive, with some hailing Windows 8 as the next revolution in the technology of computer operating systems (OS). Such may well be the ambition of Microsoft, and it shouldn’t surprise time it comes at a time when Apple’s share of the OS market is rising and pitting fiercely against them.


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