Links to Add the Universal Print Driver. Not to be confused with the Universal Printer Driver.
This line will push the entry to all Online Servers in the Farm.
For /F “skip=3” %s in (‘QFarm /Online’) Do REG ADD "\\%s\HKEY_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 "\\%s\HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Print" /v DefaultPrnFlags /t REG_DWORD /d 16416 /f
http://support.citrix.com/article/CTX106812
This line will push the entry to all Online Servers in the Farm.
For /F “skip=3” %s in (‘QFarm /Online’) Do REG ADD "\\%s\HKEY_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 "\\%s\HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\Print" /v DefaultPrnFlags /t REG_DWORD /d 16416 /f



