clareq Posted September 13, 2016 Posted September 13, 2016 i can find lots of posts about this, but no solutions. we have one printer with unsigned drivers, the others are all signed. We cannot deploy that printer by GPO or GPP. How do I get this printer to deploy. The Art department are (understandably) going mad.
tmoon-mint Posted September 13, 2016 Posted September 13, 2016 It was my understanding that you had to do manual installs if you are using unsigned drivers. Would be nice to be proven wrong though.
pantscat Posted September 13, 2016 Posted September 13, 2016 Not tried this, but it seems to be a fix for you: Guide to Signing Un-signed Drivers (Part 1)
free780 Posted September 13, 2016 Posted September 13, 2016 (edited) bcdedit /set testsigning on RUNDLL32.EXE PRINTUI.DLL,PrintUIEntry /ia /K /c\\machine/m "AGFA-AccuSet v52.3" /h "x86" /v 3 /f %windir%\inf\ntprint.inf bcdedit /set testsigning off Something like that. The bcdedit command will need a reboot. An SCCM task sequence could do it. Edited September 13, 2016 by free780 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now