2018-04-12 11:31:24 +01:00
|
|
|
# driverquery
|
|
|
|
|
|
|
|
> Display information about installed device drivers.
|
2019-08-22 13:37:57 +01:00
|
|
|
> More information: <https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/driverquery>.
|
2018-04-12 11:31:24 +01:00
|
|
|
|
|
|
|
- Display a list of all installed device drivers:
|
|
|
|
|
|
|
|
`driverquery`
|
|
|
|
|
|
|
|
- Display a list of drivers in the specified format:
|
|
|
|
|
|
|
|
`driverquery /fo {{table|list|csv}}`
|
|
|
|
|
2018-04-15 11:46:54 +01:00
|
|
|
- Display a list of drivers with a column to indicate if they are signed:
|
2018-04-12 11:31:24 +01:00
|
|
|
|
|
|
|
`driverquery /si`
|
|
|
|
|
|
|
|
- Exclude the header in the output list:
|
|
|
|
|
|
|
|
`driverquery /nh`
|
|
|
|
|
|
|
|
- Display a list of drivers for a remote machine:
|
|
|
|
|
2018-04-15 19:36:42 +01:00
|
|
|
`driverquery /s {{hostname}} /u {{username}} /p {{password}}`
|
2018-04-12 11:31:24 +01:00
|
|
|
|
|
|
|
- Display a list of drivers with verbose information:
|
|
|
|
|
|
|
|
`driverquery /v`
|
|
|
|
|
|
|
|
- Display detailed usage information:
|
|
|
|
|
|
|
|
`driverquery /?`
|