System Grab Bag

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

driverquery

Display information about installed device drivers. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/driverquery.
  • Display a list of all installed device drivers:
    driverquery
  • Display a list of drivers in the specified format:
    driverquery /fo {{table|list|csv}}
  • Display a list of drivers with a column to indicate if they are signed:
    driverquery /si
  • Exclude the header in the output list:
    driverquery /nh
  • Display a list of drivers for a remote machine:
    driverquery /s {{hostname}} /u {{username}} /p {{password}}
  • Display a list of drivers with verbose information:
    driverquery /v
  • Display detailed usage information:
    driverquery /?

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.