So for a more generic answer, these are the steps to follow:
- Open “Device administrator” in Windows, and in the tree locate “storage drivers”.
- There you are not looking for the generic Microsoft items but instead your specific device (Intel for example).
- Open its properties and go to the details tab.
- In the dropdown select “INF name” or “name of INF” (depends on the language). Mine is “oem138.inf”.
- Now you have located the installed driver, but you need to locate the original driver files source: open a command promt as administrator (cmd.exe) and run: dism /Online /get-drivers /format:table > drivers.txt
- Open drivers.txt with notepad, and search for your INF, in my case “oem138.inf” source driver is “iastorvd.inf”
- Now go ahead to C:\Windows\System32\DriverStore\FileRepository and search for a folder starting with that name (iastorvd…).
- There you have the driver to inject using Paragon.

I let the community correct me if there are any inaccuracies or errors in the description.