Forum Discussion
Dobboman
Aug 02, 2023Copper Contributor
Azure Virtual desktop (AVD) Microsoft Teams flickers green after some time when on meeting
We have encountered a persistent problem with AVD Teams where the camera during meetings experiences flickering. This issue has been ongoing for the past three weeks. Some participants observe a gree...
m77ewl
Sep 26, 2023Brass Contributor
Just to confirm can you advise exactly what reg keys you were asked to set
I assume
1)
HKEY_CURRENT_USER \SOFTWARE\Microsoft\Terminal Server Client\IsSwapChainRenderingEnabled 00000000 (is it a reg binary
on the local client (where Remote desktop client is installed)
2)
I can't work out what the disable_hw_decode.reg is as the setting "Disable GPU hardware acceleration (requires restarting Teams)" on the session host where Teams is ran from can only be set by a powershell as its not held in the registry. thanks
I assume
1)
HKEY_CURRENT_USER \SOFTWARE\Microsoft\Terminal Server Client\IsSwapChainRenderingEnabled 00000000 (is it a reg binary
on the local client (where Remote desktop client is installed)
2)
I can't work out what the disable_hw_decode.reg is as the setting "Disable GPU hardware acceleration (requires restarting Teams)" on the session host where Teams is ran from can only be set by a powershell as its not held in the registry. thanks
gevans26
Oct 12, 2023Copper Contributor
m77ewl This is what Microsoft provided:
- Disable_HW_Decoder.reg
===============================
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default\AddIns\WebRTC Redirector]
"DisableHWDecoder"=dword:00000001
"SettingsEnabled"=dword:00000001
- IsSwapChainRenderingEnabled_False.reg
=======================================
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client]
"IsSwapChainRenderingEnabled"=dword:00000000
- IsSwapChainRenderingEnabled_True.reg
======================================
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Terminal Server Client]
"IsSwapChainRenderingEnabled"=dword:00000001