Hello,
You can try running printui.exe /dl /n "printername" in your CMD. This CMD is used in the Windows operating system to delete a printer.
---
If the Answer is helpful, please click "Accept Answer" and upvote it.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Remove button for removing printers from Window 11 is missing. Group policy is configured to allow printer addition and deletion. Printers added by a user do have the Remove Button for those printers but Group policy assigned printers do not.
Hello,
You can try running printui.exe /dl /n "printername" in your CMD. This CMD is used in the Windows operating system to delete a printer.
---
If the Answer is helpful, please click "Accept Answer" and upvote it.
Ensure that policies like "Prevent deletion of printers" are either Not Configured or Disabled.
In Start Search type printmanagement.msc and hit the Enter Key.
Locate and delete the printer from there.
Use PowerShell to remove printers:
Open PowerShell as an administrator
Use the command: Get-Printer | Where-Object {$_.Name -eq "PrinterName"} | Remove-Printer