Display information about installed device drivers.
:: To display a list of all installed device drivers:
driverquery
:: To display a list of drivers in the specified format:
driverquery /fo <table|list|csv>
:: To display a list of drivers with a column to indicate if they are signed:
driverquery /si
:: To exclude the header in the output list:
driverquery /nh
:: To display a list of drivers for a remote machine:
driverquery /s <hostname> /u <username> /p <password>
:: To display a list of drivers with verbose information:
driverquery /v
:: To display detailed usage information:
driverquery /?