Printer Driver not found in DriverStore even though the file is there

J

Jonesy6

I have a script that installs printer drivers onto a machine. It has worked perfectly for years up until yesterday. This is the script:# This script works on Windows 8 or newer since the add-printer cmdlets are't available on Windows 7. # Download the HP Univeral Printing PCL 6 driver. # To find\extract the .inf file, run 7-zip on the print driver .exe and go to the folder in Powershell and run this command: get-childitem *.inf* |copy-item -destination "C:\examplefolder" Otherwise it's hard to find the .inf files. $driversrc = "\\10.1.1.21\sysprep\Printer Drivers\Apeos C2570\ffac7070pcl622

Continue reading...
 
Back
Top Bottom