Skip to content

Commit ea1057c

Browse files
authored
last changes
adding last changes
1 parent d219b48 commit ea1057c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@ To install Microsoft Teams in your Windows Virtual Desktop environment:
3535
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.
3636
2. Run this command to install the MSI to the host VM.
3737

38-
```shell
39-
msiexec /i <msi_name> /l*v < install_logfile_name> ALLUSER=1
40-
```
38+
```shell
39+
msiexec /i <msi_name> /l*v < install_logfile_name> ALLUSER=1
40+
```
4141

42-
This will install Teams to either Program Files or Program Files (x86). The next time you sign in and start Teams, the app will ask for your credentials.
42+
This will install Teams to either Program Files or Program Files (x86). The next time you sign in and start Teams, the app will ask for your credentials.
4343

44-
> [!NOTE]
45-
> Users and admins can't disable automatic launch for Teams during sign-in at this time.
44+
> [!NOTE]
45+
> Users and admins can't disable automatic launch for Teams during sign-in at this time.
4646
47-
To uninstall the MSI from the host VM, run this command:
47+
To uninstall the MSI from the host VM, run this command:
4848
49-
```shell
50-
msiexec /passive /x <msi_name> /l*v <uninstall_logfile_name>
51-
```
49+
```shell
50+
msiexec /passive /x <msi_name> /l*v <uninstall_logfile_name>
51+
```
5252
53-
> [!NOTE]
54-
> If you install Teams with the MSI setting ALLUSER=1, automatic updates will be disabled. We recommend you make sure to update Teams at least once a month.
53+
> [!NOTE]
54+
> If you install Teams with the MSI setting ALLUSER=1, automatic updates will be disabled. We recommend you make sure to update Teams at least once a month.

0 commit comments

Comments
 (0)