≡ Menu

Find computer properties from command line (CMD)

System properties window can be opened by opening My computer properties. To launch this directly from windows command prompt we can use sysdm.cpl command. Just run this command from command window and you can see system properties window.

c:>sysdm.cpl

If you want to get computer properties in the command line itself then you can use systeminfo command. Just run this from command prompt. It dumps all the important information about your system.

On my Windows XP computer it prints the following details in the command prompt.

Host Name:                 Techblogger-PC
OS Name:                   Microsoft Windows XP Professional
OS Version:                5.1.2600 Service Pack 2 Build 2600
OS Manufacturer:           Microsoft Corporation
OS Configuration:          Member Workstation
OS Build Type:             Multiprocessor Free
Registered Owner:        
Registered Organization:
Product ID:              
Original Install Date:     8/17/2010, 6:52:44 AM
System Up Time:            2 Days, 11 Hours, 0 Minutes, 32 Seconds
System Manufacturer:       LENOVO
System Model:              2537GK1
System type:               X86-based PC
Processor(s):              4 Processor(s) Installed.
                           [01]: x86 Family 6 Model 37 Stepping 2 GenuineIntel ~1172 Mhz
                           [02]: x86 Family 6 Model 37 Stepping 2 GenuineIntel ~1173 Mhz
                           [03]: x86 Family 6 Model 37 Stepping 2 GenuineIntel ~1172 Mhz
                           [04]: x86 Family 6 Model 37 Stepping 2 GenuineIntel ~1172 Mhz
BIOS Version:              LENOVO – 1180
Windows Directory:         C:\WINDOWS
System Directory:          C:\WINDOWS\system32
Boot Device:               \Device\HarddiskVolume1
System Locale:             en-us;English (United States)
Input Locale:              en-us;English (United States)
Time Zone:              
Total Physical Memory:     2,996 MB
Available Physical Memory: 1,428 MB
Virtual Memory: Max Size:  2,048 MB
Virtual Memory: Available: 2,001 MB
Virtual Memory: In Use:    47 MB
Page File Location(s):     C:\pagefile.sys
Domain:                  
Logon Server:            
Hotfix(s):                 416 Hotfix(s) Installed.
                        
                        
                                                    
NetWork Card(s):           3 NIC(s) Installed.
                           [01]: Intel(R) 82577LM Gigabit Network Connection
                                 Connection Name: Local Area Connection
                                 Status:          Media disconnected
                           [02]: Intel(R) Centrino(R) Advanced-N 6200 AGN
                                 Connection Name: Wireless Network Connection
                                 Status:          Media disconnected
                           [03]: 1394 Net Adapter
                                 Connection Name: 1394 Connection
                                 DHCP Enabled:    Yes
                                 DHCP Server:     N/A
                                 IP address(es)
                          

3 comments… add one
  • Techblogger

    this command works on Windows Vista and Windows 7 too..

  • John

    20180314
    laptop does not respond to right-click on computer and choose properties. needed to disjoin/rejoin domain.
    This is exactly what I needed. THANKS

  • john

    works great. thanks.

Leave a Comment