snippetbashTip
driverquery — Display information about installed device drivers. More information: <https://learn.microsoft.com/w
Viewed 0 times
commanddevicecliinformationdriverqueryaboutinstalleddisplay
windows
Problem
How to use the
driverquery command: Display information about installed device drivers. More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/driverquery>.Solution
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:
driverqueryDisplay 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 /siExclude the header in the output list:
driverquery /nhDisplay a list of drivers for a remote machine:
driverquery /s {{hostname}} /u {{username}} /p {{password}}Display a list of drivers with verbose information:
driverquery /vDisplay help:
driverquery /?Code Snippets
Display a list of all installed device drivers
driverqueryDisplay 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 /siExclude the header in the output list
driverquery /nhDisplay a list of drivers for a remote machine
driverquery /s {{hostname}} /u {{username}} /p {{password}}Context
tldr-pages: windows/driverquery
Revisions (0)
No revisions yet.