Windows Blog

VMware Blogs

Configure Citrix Receiver for Windows to Manually Add HTTP Stores

  1. Click Start and enter regedit
  2. For 64-bit Windows client machines, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\
    For 32-bit Windows client machines, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE \Citrix\
  3. In Dazzle, set AllowAddStore value to A to allow users to add non-secure stores.
    Or, set AllowSavePwd value to A to allow users to save their passwords for non-secure stores.
  4. To add a store that is configured in StoreFront with a TransportType of HTTP, add the following value in AuthManager:
    Location: For 32-bit - HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\AuthManager
                    For 64-bit - HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\AuthManager
    Name: ConnectionSecurityMode
    Value Type: REG_SZ
    Value: Any
  5. Exit and restart Receiver.
NoteAllowAddStore can be set to Nor A:
  • N: Prevents users from adding or removing stores.
  • S: Allows users to add and remove secure stores only (HTTPS).
  • A: Allows users to add and remove both secure (HTTPS) and non-secure (HTTP) stores.
AllowSavePwd can also be set to Nor A. The default is the value specified from the PNAgent server at run time. It specifies whether users can save credentials for stores locally on their computer and applies only to stores using the PNAgent protocol.
  • N: Prevents users from saving their passwords.
  • S: Allows users to save their passwords for secure stores only (HTTPS).
  • A: Allows users to save their passwords for secure (HTTPS) and non-secure (HTTP) stores.

Comments