Installation of Session Remote Start

Installation Steps

  • Download the latest Session Remote Start installation package from Citrix Downloads.
  • The installation package has five folders, each containing the necessary files for deployment on four different servers respectively.
  • Open the SessionRemoteStart folder, and double-click SessionRemoteStartSetup.exe.
  • Ensure to install as an administrator and follow the on-screen instructions to complete the installation.
  • Disable HTTP/2

    1. Open PowerShell as administrator, execute:

      reg add "HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters" /v EnableHttp2Tls /t REG_DWORD /d 0 /f
      reg add "HKLM\SYSTEM\CurrentControlSet\Services\HTTP\Parameters" /v EnableHttp2Cleartext /t REG_DWORD /d 0 /f
      <!--NeedCopy-->
      
    2. Restart Machine.

Note:

If the installation fails, the completion page displays the location of the failure log. Open the log file to review the installation failure details.

Installation of Session Remote Start