I managed to uninstall the drivers, but when I restart my machine they get reinstalled and I get the BSOD again!!
Can anyone help stop them being reinstalled?
I followed these steps:
At the command prompt,
dism /Online /Get-Drivers>drivers.txt
If you get an error "DISM does not support servicing Windows PE" follow these steps to remove a key:
https://www.winhelponline.com/blog/fix-dism-error-50-minint-windows-pe-servicing/
Then try the dism command again.
Once you get the list of .inf files, use this command to remove them:
pnputil /delete-driver <example.inf> /uninstall From: https://docs.microsoft.com/en-us/windows-hardware/drivers/install/how-devices-and-driver-packages-are-uninstalled
and if you run the dism command again they are not listed.
Then I used Corsair instruction to remove the source files and reg keys
From: https://help.corsair.com/hc/en-us/articles/360025166712-Perform-a-clean-reinstallation-of-the-Corsair-Utility-Engine-iCUE-
And you would think that would do it, but when I reboot I get the BSOG and when I investigate the drivers are there again.
I have tried a few things to stop them being reinstalled but no luck!
Can anyone else offer any help please?