StoreFront

Enable or disable favorites

Use the User Subscriptions screen to do select one of the following options:

  • Allow users to create and remove favorites (Self Service Store). Users can favorite an app by clicking the star on the app tile. Users can click the star again un-favorite an app. Favorite apps are displayed on the Home tab.
  • Disable favorites (Mandatory Store). Users cannot favorite or un-favorite apps. The home tab is not displayed.

Disabling subscriptions does not delete the Store subscription data. Re-enabling subscriptions for the store will allow the user to see their favourites whenever they next log on.

  1. Select the Stores node in the left pane of the Citrix StoreFront management console and, in the results pane, select a store. In the Actions pane, click Configure Store Settings
  2. Click on the User Subscriptions tab to toggle the user favorites feature off or on.
  3. Choose Enable user subscriptions (Self Service Store) to enable favorites.
  4. Choose Disable user subscriptions (Mandatory Store) to disable favorites.

Sceenshot of Configure store settings window, User Subscriptions tab

Alternatively, you can use the PowerShell cmdlet Get-STFStoreService to configure user subscriptions for a store, for example:

$StoreObject = Get-STFStoreService -SiteID 1 -VirtualPath "/citrix/<yourstore>"
Set-STFStoreService -StoreService $StoreObject -LockedDown $True -Confirm:$False
<!--NeedCopy-->
Enable or disable favorites

In this article