Get the full list of oemXX.inf drivers from both calls:
dism /Online /Get-Drivers>drivers.txt
or
dism /Image:C:\ /Get-Drivers>drivers.txt
And
pnputil -e>driverspnp.txt
You may end up with just three distinct drivers, use these to remove them:
pnputil -f -d oemXX.inf
And/Or this if it works:
dism /Image:C:\ /Remove-Driver /Driver:oemXX.inf
Plus this to uninstall them:
pnputil /delete-driver oemXX.inf /uninstall
Make sure you also follow Corsair's instructions I posted earlier to remove the registry entries and installation files manually:
I also found a couple of other registry keys that I removed:
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\CorsairVHidDriver]
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\CorsairVBusDriver]
Plus of course the other instructions posted by JasonR to remove the Corsair files and from Start Up, which seemed to work for me.
Took me 7 hours to eventually fix my work laptop; I just kept trying different ways to get rid of them.