Get System Information on command-line mode

There is a built-in command on Windows XP and Windows 2003 which can gather system configuration information to display in command-line mode. This command works on Windows only. With this command, you can get System Information on both local or remote computer so you don’t have to login or remote desktop to the remote computer.The command displays these configurations:

  • Host Name
  • OS Name, OS Version, OS Manufacturer and OS Build Type
  • Registered Owner, Registered Organization
  • Product ID and Original Installed Date
  • System Up Time, System Manufacturer, System Model, System Type
  • Processor(s), BIOS version
  • Windows Directory, System Directory
  • Boot Device
  • System Locale, Input Locale and Time Zone
  • Total Physical Memory and Available Physical Memory
  • Virtual Memory (Max Size, Available, In Use) and Page File Location(s)
  • Domain, Logon Server
  • Hotfix(s)
  • Network Card(s)

To run this command, type this in command-line

systeminfo

This command also can query remote computer. Type the command below

systeminfo /s remote host /u username /p password

Where

  • remote host is the IP Address or Hostname of the remote computer.
  • username is the user on the remote computer.
  • password is the password of the username.

Note: This command is not available in Windows 2000 but you can still query Windows 2000 computer by running this command on Windows XP or Windows 2003 computer and set remote computer to Windows 2000 computer. If the current user logon that execute this command already has privilege on remote machine (for instance, Domain Administrators), you don’t have to use /u and /p.

Example

  1. Display System Information on local computer.

    systeminfo

    System Information on local

  2. Display System Information on remote computer without specify username and password.

    systeminfo /s BKKPDC010

    System Information on remote without username and password

  3. Display System Information on remote computer specifying username is “virtualadministrator” and password is “password”.

    systeminfo /s BKKPDC010 /u virtualadministrator /p password

    System Information on remote with username and password

18 Comments

  1. benoit July 22, 2008
  2. kyle February 5, 2009
  3. henyongadik01 April 19, 2009
  4. Maurice October 21, 2009
  5. linglom October 26, 2009
  6. anand nayak November 13, 2010
  7. sykes May 29, 2011
  8. Ganesan K August 28, 2011
  9. mathankumar April 16, 2012
  10. prime August 24, 2012
  11. GenieonWork November 16, 2012
  12. S. Hari November 16, 2012
  13. GenieonWork November 16, 2012
  14. Pratik November 20, 2012
  15. saravanan December 20, 2012
  16. ram February 26, 2013
  17. venkatesh p December 31, 2019
  18. venkatesh p December 31, 2019

Leave a Reply