Last active
August 28, 2015 06:18
-
-
Save mael/cb8b90312e116ffa91f7 to your computer and use it in GitHub Desktop.
Command windows to find out the information about your memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open CMD: | |
> wmic MemoryChip get BankLabel, Capacity, MemoryType, TypeDetail, Speed | |
Here is a complete list of information: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394347%28v=vs.85%29.aspx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment