Windows – Find corresponding .INF file for device driver

driversinfwindows

I am trying to solve a problem with devcon for which I need to locate the INF file for a device driver.

I can find out which device driver a device is using via the device manager (driver details). It will point me to the driver, in my case, stored in C:\Windows\system32\DRIVERS\e1i63x64.sys.

Where can I find the corresponding INF file?

Best Answer

The .inf file will be located in a corresponding folder (in your case, the folder name should start with e1i63x64) inside the following directory:

C:\Windows\System32\DriverStore\FileRepository