TLDR
Enter a command. For example: forfiles, path, more, reg copy.

driverquery

 
Display information about installed device drivers. More information: https://docs.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 /?

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.