Check all Hardware details of Computer using cmd . follow given command step by step.

Опубликовано: 12 Март 2026
на канале: Find Re Tech
298
16

wmic


Mainboard - baseboard list brief
CPU - cpu get name
RAM - MEMORYCHIP get BankLabel, DeviceLocator, Capacity, Speed
OS - os get Caption,OSArchitecture
HDD - diskdrive get model,size
logicaldisk get name,Size
Sound - sounddev get Caption
Software - product get name
Video - path win32_VideoController get name
NIC - nic get caption




follow step by step command


#FindReTech #technology #cmd #Sytem Details

   • Digitally Sign PDF Document With Digital S...  

   • Windows can not connect to the printer. Op...  

Find Re Tech
Tech Knowladge Easy To Way


To check hardware details of a computer system using the Command Prompt (CMD) in Windows, you can use various commands. Here are some common commands you can use:

System Information:

Open the Command Prompt by pressing Win + R, typing "cmd," and hitting Enter.
Type the command "systeminfo" and press Enter.
This command will display detailed information about the system, including hardware and software components.
Processor Information:


Open the Command Prompt.
Type the command "wmic cpu get Name, Manufacturer, MaxClockSpeed, NumberOfCores, NumberOfLogicalProcessors" and press Enter.
This command will provide information about the processor, such as its name, manufacturer, maximum clock speed, number of cores, and number of logical processors.
Memory Information:


Open the Command Prompt.
Type the command "wmic memorychip get BankLabel, Capacity, DeviceLocator, Manufacturer, PartNumber, Speed" and press Enter.
This command will display details about the memory (RAM) modules installed on the system, including their capacity, manufacturer, part number, and speed.
Hard Drive Information:


Open the Command Prompt.
Type the command "wmic diskdrive get Caption, DeviceID, Model, Size" and press Enter.
This command will provide information about the hard drives in the system, including their captions, device IDs, models, and sizes.
Display Adapter Information:


Open the Command Prompt.
Type the command "wmic path Win32_VideoController get Caption, AdapterRAM, VideoModeDescription" and press Enter.
This command will display details about the installed display adapters, including their captions, adapter RAM, and video mode descriptions.
These commands should help you gather hardware information about the computer system using the Command Prompt.