How does the application detect it's running on Amazon Workspace with the WPS protocol?

0

We are developing a small application specifically for Amazon Workspace with the WPS protocol. Is there any way we can know if the application is running in Amazon Workspace (with WPS protocol)? Is it possible to know through the registry/config specifically for this environment?

lvo
已提問 1 年前檢視次數 228 次
1 個回答
1

Hello there,

What is driving the need to create a dependency on the protocol used to stream the Workspaces session. Your application should run on the Windows OS regardless of the protocol the Workspaces is using to stream the session, PCoIP, WSP or RDP. As far as I understand you should not be creating any dependency on the streaming protocol to develop your application. Both should be decoupled. This also helps to isolate and troubleshoot application level issues.

With that said, you can use these two registry to determine if the Workspace is using WSP protocol or not.

Registry Path: HKLM:\Software\Amazon\WorkspacesConfig
HighlanderEnabled: True

Registry Path: HKLM:\Software\Amazon\WorkspacesConfig\update-wsp.ps1
WspInstallStatus: Installed

Please also note that AWS may choose to change or modify this registry any time in future and this could break your application.

AWS
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南