Posted: . At: 1:53 PM. This was 8 years ago. Post ID: 9413
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

How to get system information in Windows with CMD.

The systeminfo command for Windows allows a user to get comprehensive system information. The default usage outputs the most system information in one go.

C:\Users\Corporal Kerry>systeminfo | clip

This command will output the system information in CSV format.

C:\Users\Corporal Kerry>systeminfo /FO CSV

Use the /S parameter to specify a remote system to connect to. If the system requires a password, this will be prompted for by the application.

C:\Users\Corporal Kerry>systeminfo /S 192.168.100.3

Here is a sample of the output the systeminfo program will give you.

Registered Organization:
Product ID:                XXXX-OEM-9XXXX71-XXXX
Original Install Date:     28/10/2015, 7:10:19 PM
System Boot Time:          11/07/2016, 10:37:26 AM
System Manufacturer:       To Be Filled By O.E.M.
System Model:              To Be Filled By O.E.M.
System Type:               x64-based PC
Processor(s):              1 Processor(s) Installed.
                           [01]: Intel64 Family 6 Model 60 Stepping 3 GenuineIntel ~1666 Mhz
BIOS Version:              American Megatrends Inc. P1.90, 6/12/2013
Windows Directory:         C:\Windows
System Directory:          C:\Windows\system32
Boot Device:               \Device\HarddiskVolume1
System Locale:             en-au;English (Australia)
Input Locale:              en-us;English (United States)
Time Zone:                 (UTC+10:00) Canberra, Melbourne, Sydney
Total Physical Memory:     12,207 MB
Available Physical Memory: 9,443 MB
Virtual Memory: Max Size:  24,412 MB
Virtual Memory: Available: 21,374 MB
Virtual Memory: In Use:    3,038 MB
Page File Location(s):     F:\pagefile.sys
Domain:                    WORKGROUP
Logon Server:              \\ARKENSTONE
Hotfix(s):                 310 Hotfix(s) Installed.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.