mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 19:15:23 +02:00
driverquery: add page
This commit is contained in:
parent
a3af00476f
commit
3f8d100747
1 changed files with 31 additions and 0 deletions
31
pages/windows/driverquery.md
Normal file
31
pages/windows/driverquery.md
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# driverquery
|
||||||
|
|
||||||
|
> Display information about installed device drivers.
|
||||||
|
|
||||||
|
- 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 for 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 {{remote_name}} /u {{username}} /p {{password}}`
|
||||||
|
|
||||||
|
- Display a list of drivers with verbose information:
|
||||||
|
|
||||||
|
`driverquery /v`
|
||||||
|
|
||||||
|
- Display detailed usage information:
|
||||||
|
|
||||||
|
`driverquery /?`
|
Loading…
Add table
Reference in a new issue