Windows 7 List of Installed Drivers
Here is a quick command to list all of the drivers that are currently installed on your Windows 7 PC:
driverquery /v /fo csv > drvlist.csv
The command will output the information into a more readable CSV (Comma Separated Values) file. You can run this command as a normal user, it does not require administrator permissions.
Cheers
Paul

