Skip to content

Commit 0752af6

Browse files
committed
updates teams-on-wvd.md
Add reg key instructions
1 parent eb1bc2c commit 0752af6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/virtual-desktop/teams-on-wvd.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,19 @@ Before you can use Microsoft Teams on Windows Virtual Desktop, you'll need to do
2828

2929
You can use unoptimized Microsoft Teams in your Windows Virtual Desktop environments to leverage the full chat and collaboration features of Microsoft Teams as well as audio calling. Audio quality in calls will vary based on your host configuration because unoptimized calls use more of your host CPU.
3030

31+
### Prepare your image for Teams
32+
33+
To enable Teams per-machine installation, set the following registry key on the host:
34+
35+
```
36+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Teams\IsWVDEnvironment]
37+
Type: REG_DWORD
38+
Value: 0x1
39+
```
40+
3141
### Install Microsoft Teams
3242

33-
To install Microsoft Teams in your Windows Virtual Desktop environment:
43+
You can deploy the Teams desktop app using a per-machine installation. To install Microsoft Teams in your Windows Virtual Desktop environment:
3444

3545
1. Download the [Teams MSI package](https://docs.microsoft.com/microsoftteams/teams-for-vdi#deploy-the-teams-desktop-app-to-the-vm) that matches your environment. We recommend using the 64-bit installer on a 64-bit operating system.
3646
2. Run this command to install the MSI to the host VM.

0 commit comments

Comments
 (0)