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.
For instant computer support by PCsupportWorm support experts mail us . We assistance to fix internet and software problems. For assistance, Mail us now.
Thursday, 19 March 2015
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
Subscribe to:
Posts (Atom)