DOS to view hard disk and memory/cpu information via WMIC command (Windows takes commands to view hardware information) _dos/bat

Source: Internet
Author: User
Tags locale
How to view hardware information in Windows system with commands, how DOS commands to view hard disk and memory/cpu information? The most direct is: Start → run →cmd open a command prompt, under which you can enter systeminfo execution to see almost all the system information you want to know, even the installed network card and its IP on the machine.

Problem Description: How to view the number of memory strips on the motherboard from the system.
Best answer: Under the cmd command input: WMIC memorychip list brief or WMIC memphysical list brief will see the number of memory strips

REM View CPU
WMIC CPU List Brief
REM View physical memory
WMIC memphysical list Brief
REM View logical memory
WMIC memlogical list Brief
REM View Cache memory
WMIC memcache list Brief
REM View virtual memory
WMIC PAGEFILE list Brief
REM View network card
WMIC NIC List Brief
REM View network protocol
WMIC netprotocal list Brief

How do I see Hardware information in a Windows system with commands?

For viewing system information under Windows Everyone must be familiar with, I now say a few of the most commonly used methods, to order interested friends to see, (to the rookie to see, veteran will not laugh at me, we are all from that time come, ^_^).

A Figure under the new shell:
1. The most intuitive: (in the operation of the input cmd, the following commands are entered under cmd:)
Enter Sysdm.cpl, System properties.
2. Input DxDiag
3. Enter the start MSINFO32,WINMSD system Information
3. Input devmgmt.msc, equipment management:
4. Enter Taskmgr (or press CTRL+ALT+ESC) to see physical memory and pagefile on the Performance tab
5. Input winver can also view memory size

How DOS command (CMD command) view hard disk and memory/cpu information?

1. View disk information: Freedisk can view the remaining space of each disk

WMIC DiskDrive

You can see the brand and size.

Wmic LogicalDisk

You can see that there are several disks, each disk's file system and the remaining space

WMIC volume

The amount of space left on each disk, in fact, the previous command can also be viewed

fsutil volume Diskfree C:

This command to view the capacity of each volume information is very convenient

2.CPU Information

WMIC CPU

The above display has the bit width, the maximum always frequency, the manufacturer, the two level cache and so on information

3. Memory Information

WMIC Memorychip

Can display three memory, two 256, a 1G, speed 400MHz

4.BIOS Information

WMIC BIOS

Board model

BIOS version

SystemInfo command results for a server


Host name:win669
OS Name:microsoft (R) Windows (R) Server 2003, Standard Edition
OS version:5.2.3790 Service Pack 2 build 3790
OS Manufacturer:microsoft Corporation
OS Configuration:standalone Server
OS Build Type:multiprocessor Free
Registered Owner:www.ctohome.com
Registered Organization:www.ctohome.com
Product id:69712-650-4804041-45439
Original Install date:2/21/2012, 7:41:25 PM
System up time:n/a
System Manufacturer:rackablesystems
System model:99-02-08062
System type:x86-based PC
Processor (s): 4 Processor (s) installed.
[m]: x86 Family 6 Model stepping genuineintel~2327 Mhz
[m]: x86 Family 6 Model stepping genuineintel~2327 Mhz
[[): x86 Family 6 Model stepping genuineintel~2327 Mhz
[£]: x86 Family 6 Model stepping genuineintel~2327 Mhz
BIOS version:intel-0
Windows directory:c:\windows
System Directory:c:\windows\system32
Boot Device: \device\harddiskvolume1
System locale:en-us; 中文版 (United States)
Input locale:en-us; 中文版 (United States)
Time Zone: (gmt-08:00) Pacific time (US & Canada)
Total Physical memory:4,096 MB
Available Physical memory:3,790 MB
Page File:max size:5,968 MB
Page file:available:5,844 MB
Page file:in use:124 MB
Page File Location (s): C:\pagefile.sys
Domain:workgroup
Logon Server: \\WIN669
Hotfix (s): 309 Hotfix (s) installed.
[A]: File 1
[A]: File 1
[INFO]: File 1
Network card (s): 1 NIC (s) installed.
[$]: Intel (R) pro/1000 EB network Connection with I/O acceleration
Connection name:local Area Connection 4
DHCP Enabled:no
IP Address (es)

Related Article

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.