- Go to C: Program Files Citrix Receiver StoreFront Receiver Clients. Create a Windows folder if it doesn’t exist. In the Windows folder, paste the Receiver for Windows with the version you want to set as the threshold, overwriting the existing file if one exists.
- On the Windows Start screen or Apps screen, locate and click the Citrix StoreFront tile. Select the Stores node in the left pane of the Citrix StoreFront management console and, in the results pane, select a site. In the Actions pane, click Manage Receiver for Web Sites and click Configure.
Objective
This article is intended for Citrix administrators and technical teams only. Non-admin users must contact their company’s Help Desk/IT support team and can refer to CTX297149 for more information.
This article describes how to disable receiver client detection in StoreFront.
Background

This procedure can be used to disable the update prompt,if the client is prompted to update the client version,when logging on to StoreFront.
Instructions
StoreFront 2.x
Use a text editor to open the web.config file for Receiver for Web. This is typically located in the C:inetpubwwwrootCitrixstorenameWeb directory, where storename is the name specified for the store.
Search for 'pluginassistant' and change the line item for pluginassistant enabled to false.

StoreFront 3.x
- Use a text editor to open the web.config file for Receiver for Web. This is typically located in the C:inetpubwwwrootCitrixstorenameWeb directory, where storename is the name specified for the store.
- Search for protocolHandler
- Look for an entry similar to the one below. Note: Depending on the StoreFront version, the following line may vary slightly.
- StoreFront version 3.9 -- <protocolHandler enabled='true' platforms='(Macintosh|Windows NT).*((Firefox/((5[3-9]|[6789][0-9])|ddd))|(Chrome/((4[2-9]|[56789][0-9])|ddd)))(?!.*Edge)' skipDoubleHopCheckWhenDisabled='false' />
- StoreFront version 3.12 -- <protocolHandler enabled='true' platforms='(Macintosh|Windows NT).*((Firefox/((5[2-9]|[6789][0-9])|ddd))|(Chrome/((4[2-9]|[56789][0-9])|ddd)))' skipDoubleHopCheckWhenDisabled='false' />
- Change <protocolHandler enabled='true' to <protocolHandler enabled='false'
- Save web.config file and restart IIS Admin Service
Citrix Receiver Storefront Timeout
Additional Resources
Citrix Receiver Storefront Download
Citrix Documentation - Disable detection and deployment of Citrix Receiver
