windows - How to find the RAM type in command prompt ...
7 Answers 7. You can use the wmic command to find out the information about your memory: The MemoryType returns the type of your Memory: 21=DDR-2 etc, Here is a complete list of information you can get from the MemoryChip Class.
You can use the wmic command to find out the information about your memory: wmic MemoryChip get BankLabel, Capacity, MemoryType, TypeDetail, Speed...91There is software out there that gathers information on some of the main devices of your system. These program will display the details for you (a...37For a better look of the output, consider adding list full after wmic memorychip. i.e., open cmd then type wmic memorychip list full.14Another alternative you can use, which is free, is Speccy....by the same people who make CCleaner. It gives you all your hardware specs, as well a...3Go To Start (Or Ask me anything) and type in Cmd then click on CommandPrompt. In console window type (or paste) wmic MemoryChip. You should get f...0for me, i can't see the voltage of the rams on my laptops for some reason using any of the programs mentioned above... if you have the same proble...0Open the Command Prompt from the Start menu. You can also press ⊞ Win + R and type cmd to start it. Type wmic MEMORYCHIP get BankLabel,DeviceLocato...0
What is the easiest method to check if I have DDR3 memory? |
memory - Can I find the exact type of RAM without looking ... |
See more results