MS Teams VDI optimizations w/ AVD

lolix3 166 Reputation points
2023-09-13T07:29:10.08+00:00

Hi,

We're a "Zoom" company, not a "Teams" company, sorry. We won't pre-install Teams (Mainly because automatic startup of that beast is hard/impossible to disable). They also invented ALLUSER vs ALLUSERS install switchs wich is clear as mud. See https://learn.microsoft.com/en-us/microsoftteams/teams-for-vdi

So the situation is that (some) users will install Teams themselves, in a per-user installation.

Does the registrykey (reg add "HKLM\SOFTWARE\Microsoft\Teams" /v IsWVDEnvironment /t REG_DWORD /d 1 /f)

enough to trigger VDI optimization of futur per-user installations of Teams ?

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

Accepted answer
  1. JimmyYang-MSFT 58,641 Reputation points Microsoft External Staff
    2023-09-14T02:33:58.7633333+00:00

    @lolix3

    You just have to Download Teams to your downloads folder then run the below commands.

    reg add "HKLM\SOFTWARE\Microsoft\Teams" /v IsWVDEnvironment /t REG_DWORD /d 1 /f
    
    cd Downloads
    msiexec /i Teams_windows_x64 /l*v teams_install.log ALLUSER=1
    

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.