Forrest logo
back to context overview

systeminfo

List of commands for systeminfo:

  • systeminfo:ai:7b507 cQsyEiKv
    $ systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Manufacturer" /C:"System Model" /C:"BIOS Version" /C:"Processor(s)"
    try on your machine
    explain this command
  • systeminfo:ai:e1671 e
    $ systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
    try on your machine
    explain this command
  • systeminfo:tldr:15158 systeminfo: Display system configuration for a remote machine.
    $ systeminfo /s ${remote_name} /u ${username} /p ${password}
    try on your machine
    explain this command
  • systeminfo:tldr:5fb47 systeminfo: Display system configuration for the local machine.
    $ systeminfo
    try on your machine
    explain this command
  • systeminfo:tldr:9165b systeminfo: Display system configuration in a specified output format.
    $ systeminfo /fo ${select}
    try on your machine
    explain this command
  • systeminfo:tldr:c69d5 systeminfo: Display detailed usage information.
    $ systeminfo /?
    try on your machine
    explain this command
back to context overview