The driverquery command can be used on Microsoft Windows systems to obtain information on the device drivers in use on the system. You can use
driverquery /si
to determine which drivers on the system have been digitally
signed and the /v
option to obtain detailed, i.e., verbose,
output for the drivers on the system. You can use the command
wmic loadorder
to obtain information on the load order for
the drivers.
[ More Info ]