System Grab Bag

View all TLDR pages from Windows (or from all pages)

systeminfo

Display operating system configuration for a local or remote machine. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/systeminfo.
  • Display system configuration for the local machine:
    systeminfo
  • Display system configuration in a specified output format:
    systeminfo /fo {{table|list|csv}}
  • Display system configuration for a remote machine:
    systeminfo /s {{remote_name}} /u {{username}} /p {{password}}
  • Display detailed usage information:
    systeminfo /?

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.