1. Command 창을 띄웁니다.
2. wmic 입력
3. "memorychip" 또는 "wmic memorychip" 입력
아래와 같이 나옵니다.
Attributes BankLabel Capacity Caption ConfiguredClockSpeed ConfiguredVoltage CreationClassName DataWidth Description DeviceLocator FormFactor HotSwappable InstallDate InterleaveDataDepth InterleavePosition Manufacturer MaxVoltage MemoryType MinVoltage Model Name OtherIdentifyingInfo PartNumber PositionInRow PoweredOn Removable Replaceable SerialNumber SKU SMBIOSMemoryType Speed Status Tag TotalWidth TypeDetail Version
1 BANK 0 8589934592 실제 메모리 2400 1200 Win32_PhysicalMemory 64 실제 메모리 ChannelA-DIMM0 12 Samsung 0 0 0 실제 메모리 M471A1K43BB1-CTD 00000000 26 2667 Physical Memory 0 64 128
1 BANK 2 8589934592 실제 메모리 2400 1200 Win32_PhysicalMemory 64 실제 메모리 ChannelB-DIMM0 12 Samsung
윗 방법이 귀찮을 경우
1. Command 창을 띄움니다.
2. "wmic memorychip get capacity" 입력
아래와 같이 나옵니다.
Capacity
8589934592
8589934592
감사합니다.
'IT이야기 > OS' 카테고리의 다른 글
명령프롬프트(cmd)에서 find, findstr 사용법(특정단어찾기) (0) | 2020.02.10 |
---|---|
특정 프로그램 시작 시간 알아내는 명령어 (0) | 2020.02.06 |
윈도우7/윈도우2008 지원종료 되었지만 ESU(Extended Security Updates) 계약을 통한 3년간 지원 가능!!! (0) | 2020.01.15 |
Windows10으로 무료 업그레이드 여전히 가능 (0) | 2020.01.15 |
ProcDump (0) | 2019.12.17 |