Update on 3/20/2023.
Follow these steps to remove the printer:
Because Microsoft keep moving things on the Graphical User Interface (GUI), it is best to use the PowerShell. Type PowerShell in the search box and click on the app.
Get a list of all Printer Drivers:
Get-PrinterDriver | Format-List Name
Remove the unwanted Printer Driver:
Remove-PrinterDriver -Name "Unwanted Printer Driver Name"
You need the quotation marks if there are spaces in the driver's name.
If you get the message the Printer is in Use, then another user installed this printer. Switch users or login as that user and remove the printer. You should now be able to delete the driver. For added security, on my PC, there are two users: an Administrator, and a user without Administrator privileges for normal use.
How to Force Delete or Uninstall a Printer in Windows 10 & 11wmic printer get name
printui.exe /dl /n "Your_Printer_Name"
Not all printer drivers downloaded from Windows Update are listed in Add Printer wizardReference: