Command to Delete a Printer
Replace "Printer_Name" with the exact name of the printer you want to delete (as shown in the "Printers & Scanners" settings). For example:
printui.exe /dl /n "Printer_Name"
Replace "Printer_Name" with the exact name of the printer you want to delete (as shown in the "Printers & Scanners" settings). For example:
printui.exe /dl /n "Printer_Name"
powershell "Remove-Printer -Name 'Printer_Name'"
Comments
Post a Comment