5. Select the printer driver you want to uninstall and click " Uninstall " below

A comprehensive repository of Taiwan's data and information.
Post Reply
Rina7RS
Posts: 576
Joined: Mon Dec 23, 2024 3:45 am

5. Select the printer driver you want to uninstall and click " Uninstall " below

Post by Rina7RS »

Drivers > Select Printer > Remove

6. In the small pop-up window that appears, select " Uninstall driver and driver package" and click " OK " to confirm.

Select driver and driver packages

7. Then restart your computer.

Method 4. Removing a printer using the hungary telegram data command line
1. Open Command Prompt as administrator.

2. In the Command Prompt window, type the following command and press Enter to view a list of all connected printers:

wmic printer get name
WMIC printer

3. To remove the printer, run the following command:

printui.exe dl n "Your_Printer_Name"
4. Be sure to replace " Your_Printer_Name " with the actual name of the printer.

Run the command to remove the printer

Method 5: Remove Printer Using PowerShell
1. Press the Window key, type " PowerShell " and select " Run as administrator " to get the top result.

open powershell

2. In the PowerShell window, type the following command and press Enter to view the list of available printers:

Get-PrinterDriver | Format-List Name
Get-PrinterDriver

3. Once you find the printer you want to remove from the list, run the command below. Replace “ Printer Name” with the name of the printer you want to remove.

Remove-PrinterDriver -Name "Printer-Name"
Remove printer

Method 6: Uninstall the printer software to remove the printer
1. Open Windows Settings.
Post Reply