If you’re running Teams in VDI, it’s important to disable hardware acceleration so it doesn’t hammer your physical hosts. The steps below can be ran individually on a VM or can be scripted to run in a large VDI environment.
- On the VM, browse to C:\users\[USER NAME]\appdata\roaming\Microsoft\Teams
- Open the file ‘desktop-config.json’ in notepad
- Search for the following:
disableGpu - Change the following:
from: “disableGpu”:false
to: “disableGpu”:true - Restart Teams
Leave a Reply