Quantcast
Channel: Brain Book
Viewing all articles
Browse latest Browse all 195

WINDOWS COMMANDS TO EXTRACT HARDWARE INFO

$
0
0
How to extract the hardware information in Windows using commands.

Following commands will list detailed information of RAM

  • wmic MemoryChip get BankLabel, Capacity, MemoryType, TypeDetail, Speed
  • wmic memorychip list full


Following commands will list the total RAM

  • wmic OS get FreePhysicalMemory /Value
  • systeminfo | findstr /C:"Total Physical Memory"


Following command will list all the details of Motherboard

  • wmic baseboard get product,Manufacturer,version,serialnumber

Following command will graphically list all the details of system
  • dxdiag

Viewing all articles
Browse latest Browse all 195

Trending Articles