Windows uses the command line to view hardware information

Source: Internet
Author: User

How to view hardware information with commands from Windows System, how dos commands view hard disk and memory /cpu information? The most direct is: Start → run →CMD Open a command prompt, enter systeminfo execution in this window, you can see almost all the system information you want to know, even including the installed network card and its IPon the machine.

Problem description : How to view the number of memory bars on the motherboard from the system.

Best Answer : Enter in the cmd command:WMIC memorychip list brief will see the number of memory bars.

How do I use Windows system to bring commands to view hardware information?

win+r, open " run "and enter directly:

1. Enter sysdm.cplto open the System properties.

2. Enter dxdiagto open the DirectX Diagnostic Tool.

3, enter the msinfo32, open the system information.

4. Enter devmgmt.mscto open the device management.

5. Enter taskmgr(or press ctrl+alt+delete) to open Task Manager and see Physical memory and pagefileon the Performance tab.

6. Enter winver to view the system version.

Second, how to view the hard disk, memory and CPU information with dos command (cmd command input)?

1. View disk information:wmic freedisk, you can view the remaining space for each disk.

WMIC diskdrive, can see the brand and size.

Wmic LogicalDisk, you can see that there are several disks, each disk of the file system and the remaining space.

WMIC Volume, the amount of space remaining on each disk, in fact the previous command can also be viewed.

fsutil volume diskfree C: This command is convenient to view the capacity information for each volume.

2. View CPU information:

The WMIC CPU displays information such as bit width, maximum always frequency, manufacturer, level two cache, and so on.

3. View memory Information:

WMIC memorychip can show the number of memory bars, capacity, and speed.

4. Check the BIOS information:

WMIC BIOS motherboard model,BIOS version.

Windows uses the command line to view hardware information

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.