Thanks, that will be helpful for creating one database of mappings. I have an old file to set up a database from when carrona.org was still active that I am also using as a reference. I want to compare the two, but I suspect your solution will end up being the main version I use. Any discrepancies between the two I can set aside and determine how to handle separately.You could use the following from an elevated PowerShell window:
Code:Get-WindowsDriver -Online -All | Where-Object { $_.Inbox -eq $True } | Select-Object Driver
It will provide you with a list of all the .inf files which are associated to inbox drivers. The names will be same as the corresponding .sys files or at least usually are.
Last edited: