Hi Michael, thanks for reaching out. My name is Bernard, a Windows fan like you. I'll be happy to help you out today, my timezone is UTC +8.
I understand the issue you have, there is nothing to worry I am here to assist, to identify the names of those drivers and to remove them, kindly follow the steps below:
Press Windows key + X then click Windows Powershell (Admin) or Windows Terminal (Admin)
Copy, paste and enter the command:
dism /online /get-drivers /format:table
and uninstall using the command below:
pnputil /delete-driver oem11.inf /uninstall /force
Note: This is just an example command wherein the incompatible published name driver is “oem11.inf”, replace it depending on your incompatible driver.
Let me know how it goes and I hope that helps.
Bernard