logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

List Drivers - Display Device Driver Info | Online Free DevTools by Hexmos

Display driver information with Driverquery on Windows. Examine device driver properties and system configurations. Free online tool, no registration required.

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:

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 /?

See Also