Install Canon Printer Driver Extra Quality

# Define the path to the driver INF file $DriverInfPath = "C:\Drivers\Canon\CNM_0001.INF"

A printer driver is a software component that enables your computer to communicate with your printer. Without a driver, your computer will not be able to recognize or control your printer, rendering it useless. Installing the correct Canon printer driver ensures that your printer functions properly, allowing you to print high-quality documents and images. install canon printer driver

# Create the printer port Write-Host "Creating port..." cscript C:\Windows\System32\Printing_Admin_Scripts\en-US\prnport.vbs -a -r $PortName -h "192.168.1.50" -o raw -n 9100 # Define the path to the driver INF