Universal Printer Driver

Links to Add the Universal Print Driver. Not to be confused with the Universal Printer Driver.

https://support.citrix.com/article/CTX106812

https://www.laurentfalguiere.fr/ressources/en/defaultprnflags.htm

This line will push the entry to all Online Servers in the Farm.
For /F “skip=3” %s in (‘QFarm /Online’) Do REG ADD “\%sHKEY_LOCAL_MACHINE\Software\Citrix\Print” /v DefaultPrnFlags /t REG_DWORD /d 16416 /f

No reboot is necessary and once the users log back in to the Presentation Server, they will see the Citrix Universal Printer.

IPMers get to Type :
4Each REG ADD “\%sHKEY_LOCAL_MACHINE\Software\Citrix\Print” /v DefaultPrnFlags /t REG_DWORD /d 16416 /f

TAGS