How to find what drivers are used on your PC
I think this works for XP Pro onwards.
Very simply, this query will dump a list of drivers installed in your OS. Very handy if you want to manually remove a driver in order to force the use of a different device driver.
open a command prompt (Start - Run - cmd)
From the command prompt type ‘driverquery’ (without the quotes) and hit enter.
if you need it, you can output this into a text file by typing ‘driverquery > yourfilename.txt’ (again without the quotes). This will generate a text file in your current directory.
That is how to find what drivers are used on your PC!
