ISO 27001/IS 820960
rundll32 printui.dll,PrintUIEntry /dl /n "Printer Name" Delete the printer and its driver:
Select Remove device from the context menu. how to delete a printer in windows 11
Find the printer you want to delete in the list. rundll32 printui
Click on Printers . In the center pane, right-click the target printer and select Delete . replacing an old printer
Whether you’re troubleshooting a malfunctioning device, replacing an old printer, or simply cleaning up your system, removing unused printers in Windows 11 is a straightforward process. However, Microsoft has redesigned the Settings app, so the method is different from Windows 10.
Get-PrinterDriver -Name "*partial name*" Remove-PrinterDriver -Name "Full Driver Name" Step 1: Open Command Prompt as Administrator .
Delete the printer:
rundll32 printui.dll,PrintUIEntry /dl /n "Printer Name" Delete the printer and its driver:
Select Remove device from the context menu.
Find the printer you want to delete in the list.
Click on Printers . In the center pane, right-click the target printer and select Delete .
Whether you’re troubleshooting a malfunctioning device, replacing an old printer, or simply cleaning up your system, removing unused printers in Windows 11 is a straightforward process. However, Microsoft has redesigned the Settings app, so the method is different from Windows 10.
Get-PrinterDriver -Name "*partial name*" Remove-PrinterDriver -Name "Full Driver Name" Step 1: Open Command Prompt as Administrator .
Delete the printer: