pen a Command Prompt window to get started. On Windows 10 or 8, right-click
the Start button and select “Command Prompt”. On Windows 7, press Windows + R, type
“cmd” into the Run dialog, and then press Enter.
the Start button and select “Command Prompt”. On Windows 7, press Windows + R, type
“cmd” into the Run dialog, and then press Enter.
wmic memorychip get memorytype
| displays memory type |
Description will not appear after the command runs instead you see number representation. Match the number with the following list to ascertain your RAM type.
| RAM type in Number | Type of Physical Memory |
| 0 | Unknown |
| 1 | Other |
| 2 | DRAM |
| 3 | Synchronous DRAM |
| 4 | Cache DRAM |
| 5 | EDO |
| 6 | EDRAM |
| 7 | VRAM |
| 8 | SRAM |
| 9 | RAM |
| 10 | ROM |
| 11 | Flash |
| 12 | EEPROM |
| 13 | FEPROM |
| 14 | EPROM |
| 15 | CDRAM |
| 16 | 3DRAM |
| 17 | SDRAM |
| 18 | SGRAM |
| 19 | RDRAM |
| 20 | DDR |
| 21 | DDR2 |
| 22 | DDR2 FB=DIMM |
| 24 | DDR3 |
| 25 | FBD2 |
0 comments: