Skip to main content

MS Teams: Optimize Resources

Microsoft Teams can be used within a oneclick™ environment.
For meetings, it is recommended to use Microsoft Teams in the local browser of the end device.

Using Microsoft Teams in the local browser

For optimal use of camera, microphone, and screen sharing, use Microsoft Teams in the browser of your local end device.

  1. Open a browser on your end device.
  2. Go to https://teams.microsoft.com.
  3. Sign in with your Microsoft account.

Using Microsoft Teams within a remote session

Microsoft Teams can also be started and used within a remote session.
In this case, audio and video data are transmitted via the remote connection.

Recommended usage

For meetings and screen sharing, it is recommended to use Microsoft Teams in the local browser of the end device.


Reduce Microsoft Teams resource usage on virtual machines

Microsoft Teams can consume significant system resources on virtual machines. To optimize resource usage, you can apply a configuration in the Windows registry.

  1. Start PowerShell as Administrator.
    To do this, open Windows Search, type "PowerShell", right-click Windows PowerShell, and select Run as administrator.
  2. Enter the following PowerShell command and press Enter:
    New-Item -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Force
  3. Then enter the following command and press Enter again:
    New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name IsWVDEnvironment -PropertyType DWORD -Value 1 -Force
  4. Restart Microsoft Teams.
    If Teams is already running, right-click the Teams icon in the taskbar, select Quit, and then start Teams again.

Verify registry entry

To verify that the entry was created successfully, run the following PowerShell command:

Get-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name IsWVDEnvironment

Revert the change

To remove the configuration, run the following PowerShell command:

Remove-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name IsWVDEnvironment -Force

Additional ways to reduce resource usage

You can also adjust the following settings in Microsoft Teams:

  • Disable GPU hardware acceleration
  • Disable Teams auto-start
  • Clear the Teams cache
  • Reduce notifications
  • Minimize background processes
Do not run Teams in the background

Close Microsoft Teams when the application is not actively in use.