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
질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠