Printix printing is also possible if you use Citrix or Remote Desktop Services (RDS).
- Install Printix Client on the Citrix Servers and install Printix Client on at least one computer at each site/location.
- Please refer to Citrix and RDS Profile Management on how to include user’s Printix settings in the Application Data roaming profile.
- If you intend to deploy by copying an image with an installed Printix Client to another server, then please refer to How to include Printix Client in a managed image.
- Add networks to reflect the sites/locations.
- For each print queue in Printix Administrator open the Print queue properties page and check Via the cloud.
- Each user running a terminal session (Citrix session) will Sign in to Printix Client and see all the printers for the site/location.
Alternatively, if you are using “fat” clients:
- Install Printix Client on each client.
- All the local printers will be mapped into the Citrix terminal session.
Citrix and RDS Profile Management
To make Printix Client work, you need to modify Windows Registry so user’s Printix settings are included in the Application Data roaming profile.
- Select Windows logo
key + R to open Run.
- Type: regedit, and select OK.
- In Registry Editor browse to:
HKEY_LOCAL_MACHINE\SOFTWARE\
printix.net\Printix Client\ - Add the DWORD value name StartAsVDI and give it the value that match your environment.
The StartAsVDI can take on these Decimal values (hex value in parenthesis):- 0 (0×00000000)
This is the default. Printix Client will update itself automatically. - 1 (0×00000001)
Printix Client will NOT update itself automatically. It will read and write the user’s Printix settings, including access tokens, in the user’s Application Data folder.- The path to the users application folder is based on
%APPDATA%
.
- The path to the users application folder is based on
- 2 (0×00000002)
Printix Client will update itself automatically. It will read and write the user’s Printix settings, including access tokens, in the user’s Application Data folder.- The path to the users application folder is based on
%APPDATA%
.
- The path to the users application folder is based on
- 999 (0×000003e7)
Printix Client will NOT update itself automatically. It will read and write the user’s Printix settings, including access tokens, in the user’s Application Data folder.- The path to the user’s application folder is based on
%USERPROFILE%
and thenAppData\Roaming
is appended.
- The path to the user’s application folder is based on
- 0 (0×00000000)
Post your comment on this topic.