I have been trying to get a report that will show me the drivers and their version numbers on a system. After digging on Bing.com I came across the command prompt:
driverquery /v
This will tell me the following:
Module Name
Display Name
Description
Driver Type
Path
and more.
When I right click the file I get the version number.
Using relevance I can get the version number of the file:
How can I query all of the drivers in the path c:\windows\system32\drivers and get the Display Name and Version Number?