Set background loading triggers (when to auto load)

Determines when the application is streamed in the background. Applications are loaded in the background to enable foreground operations (that is, user interaction with applications) to take priority and provide optimal perceived performance.
Bit mask values:
(0x0) Never: No bits are set (value is 0), no autoloading will be performed, as there are no triggers set.
(0x1) Load on Launch: Perform background loading when a user launches an application.
(0x2) Load on Refresh: Perform background loading anytime a publishing refresh occurs.
(0x3) Load on Launch or Refresh
(0x4) Load on Login: Perform background loading for any application when a user logs in.
(0x5) Load on Login or Launch (Default)
(0x6) Load on Login or Refresh
(0x7) Load on Login, Launch or Refresh

Supported on: At least Windows XP Professional with SP2

AutoLoad Triggers


  1. Never load in background
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value0
  2. Load on Launch
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value1
  3. Load on Refresh
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value2
  4. Load on Launch or Refresh
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value3
  5. Load on Login
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value4
  6. Load on Login or Launch
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value5
  7. Load on Login or Refresh
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value6
  8. Load on Login, Launch or Refresh
    Registry HiveHKEY_LOCAL_MACHINE
    Registry PathSOFTWARE\Microsoft\SoftGrid\4.5\Client\Configuration
    Value NameAutoloadTriggers
    Value TypeREG_DWORD
    Value7


login_appv_x86.admx

Administrative Templates (Computers)