To make Printix Client work with a managed image, you need to modify Windows Registry before you create the managed image.

  1. Install Printix Client, so it becomes part of the new managed image.
    A managed image is typically used in connection with:
    • Azure Virtual Desktop
    • Citrix
    • Remote Desktop Services (RDS)
    • VMware Horizon VDI
  1. Produce an image without the trace of previously registered computers.
    • Must include user’s Printix settings in the Application Data roaming profile with Windows Registry setting StartAsVDI (step 8 below).
    • Optionally control access to print queues with Windows Registry setting useGroupPermissions (step 9 below).
  1. Before you start to use the new image, you need to delete the computer in Printix Administrator. After a short time, the computers will register and appear in Printix Administrator.

Produce an image without the trace of previously registered computers (WSid)

If an image is produced after a user has signed in, and subsequently installed on another computer, then there will be an undesired condition where these computers will have the same WSId. This will result in the computers fighting for connection and they will try to update the same computer properties in the Printix Cloud. To resolve the issue you need follow the steps below to make an image, where no computer (WSid) has been registered.

  1. Open Task Manager
  2. Select the Details tab.
  3. Select PrintixClient.exe and select End task. Select End process.
  4. Select PrintixService.exe and select End task. Select End process.
  5. In Registry Editor browse to:
    HKEY_LOCAL_MACHINE\SOFTWARE\
    printix.net\Printix Client\
  1. Delete the Printix Client folders:
    • \RT
    • \WS
  1. Verify that these folders are still there:
    • \CurrentVersion
    • \Printers
    • \Tenant
    • \Users
  1. In the Printix Client folder, add the DWORD value name StartAsVDI.
    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%.
    • 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%.
    • 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 then AppData\Roaming is appended.
  1. In the Printix Client folder, add the DWORD value name useGroupPermissions.
    It can take on these Decimal values (hex value in parenthesis):
    • 0 (0×00000000)
      This is the default. Printix Client will make all installed print queues available to the signed in user.
    • 1 (0×00000001)
      Printix Client will look at the users’ group membership and only make print queues with Exclusive access available to the signed in user. This is done by setting the security permissions on the print queues accordingly. The groups MUST be in both Active Directory and Microsoft Entra ID.
  1. Produce the image.

How to see the value of APPDATA

  1. Open a command prompt and type: echo %APPDATA%
    • Normally this will give the result:
      C:\Users\ username \AppData\Roaming
      Example: C:\Users\John\AppData\Roaming
    • If the AppData folder is redirected this will give the result:
      \\ servername \ folder Redirect$\ username \Application Data
      Example: \\myserver.acme.com\myfolderRedirect$\John\Application Data

The below is the example of the Printix relevant path and subfolders that must be included in the roaming profile.

  • %APPDATA%\printix
    Example: \\myserver.acme.com\myfolderRedirect$\John\Application Data\printix

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Printix Support

Post Comment