This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
通用 Windows 平台应用程序
XenApp 和 XenDesktop 支持在 Windows 10 和 Windows Server 2016 计算机上结合使用通用 Windows 平台 (UWP) 应用程序和 VDA。有关 UWP 应用程序的信息,请参阅以下 Microsoft 文档:
术语“通用应用程序”在本文中泛指 UWP 应用程序。
要求和限制
Windows 10 和 Windows Server 2016 上的 VDA 支持通用应用程序。
这些 VDA 的版本至少应为 7.11。
以下 XenApp 和 XenDesktop 功能在使用通用应用程序时不受支持或受到限制:
- 不支持文件类型关联。
- 不支持本地应用程序访问。
- 动态预览:如果会话中运行的应用程序重叠,该预览会显示默认图标。动态预览所使用的 Win32 API 不受通用应用程序支持。
- 操作中心远程处理:通用应用程序可以使用操作中心来显示会话中的消息。将这些消息重定向至端点以向用户显示。
Windows 10 VDA 不支持从同一个服务器启动通用应用程序和非通用应用程序。对于 Windows Server 2016,通用应用程序和非通用应用程序应位于单独的交付组和应用程序组。
已列举出了所有安装在计算机上的通用应用程序;因此,Citrix 建议禁止用户访问 Windows 应用商店。这防止一个用户安装的通用应用程序被另一个用户访问。
在旁加载过程中,通用应用程序将安装在计算机上,且可供其他用户使用。任何其他用户启动该应用程序时,应用程序已经安装。操作系统然后会更新其 AppX 数据库以向启动该应用程序的用户指示“已安装”。
如果从一个在无缝或固定窗口中启动的已发布通用应用程序中正常注销,则该会话不会关闭,而用户则被注销。在这种情况下,该会话中存在的多个进程会阻止该会话正常关闭。要解决此问题,请确定哪个进程在阻止会话关闭,然后将其添加到“LogoffCheckSysModules”注册表项值中,并按照 CTX891671 中的指导进行操作。
通用应用程序的应用程序显示名称和描述可能不具有正确的名称。在将这些应用程序添加到交付组时编辑并更正这些属性。
检查已知问题一文了解任何其他问题。
当前,多个通用应用程序具有启用了透明度的白色图标,这导致在 StoreFront 显示屏的白色背景下看不见图标。要避免此问题,您可以更改背景。例如,在 StoreFront 计算机上,编辑 C:\inetpub\wwwroot\Citrix\StoreWeb\custom\style.css 文件。在文件末尾添加 .storeapp-icon {background-image: radial-gradient( circle at top right, yellow, red ); }。以下图形阐释了该示例前后变化的情况。
在 Windows Server 2016 上,服务器管理器也可能会在启动某个通用应用程序时启动。要防止此问题发生,请使用 HKLM\Software\Microsoft\ServerManager\DoNotOpenServerManagerAtLogon 注册表项禁止服务器管理器在登录过程中自动启动。有关详细信息,请参阅https://blogs.technet.microsoft.com/rmilne/2014/05/30/how-to-hide-server-manager-at-logon/。
安装和发布通用应用程序
默认情况下已启用对通用应用程序的支持。
要禁止在 VDA 上使用通用应用程序,请在 HKLM\Software\Citrix\VirtualDesktopAgent\FeatureToggle 中添加注册表设置 EnableUWASeamlessSupport 并将其设为 0。
要在 VDA 上安装一个或多个通用应用程序(或一个主映像),请使用以下一种方法:
- 通过适用于企业的 Windows 应用商店完成离线安装,使用诸如 Deployment Image Servicing and Management (DISM) 等工具将应用程序部署至桌面映像。有关详细信息,请参阅 https://docs.microsoft.com/en-us/microsoft-store/distribute-offline-apps?redirectedfrom=MSDN。
- 旁加载应用程序。有关详细信息,请参阅 https://docs.microsoft.com/en-us/windows/application-management/sideload-apps-in-windows-10?redirectedfrom=MSDN。
要在 XenApp 或 XenDesktop 中添加(发布)一个或多个通用应用程序,请执行以下操作:
在计算机上安装了通用应用程序之后,将通用应用程序添加到交付组或应用程序组。您可以在创建一个组时执行此操作,或稍后执行。在向导的应用程序页面上,选择从“开始”菜单源。
显示应用程序列表时,选择您想要发布的通用应用程序的复选框。然后,单击下一步。
卸载通用应用程序
使用诸如 Remove-AppXPackage 等命令卸载通用应用程序时,仅可由管理员卸载该项目。要从已经启动和使用该应用程序的用户的计算机上删除应用程序,您必须在每台计算机上运行删除命令。无法通过一条命令从所有用户的计算机上卸载 AppX 软件包。
共享
共享
在本文中
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.