Forum Discussion
Teams New Meeting Experience still not showing up
- Nov 05, 2020
My team worked with Microsoft for a few weeks to isolate why many could not see the "new experience". Our issue was rooted in our need to centrally deploy the software and a step required many months ago ... we adjusted the MSI through Orca to treat the target workstation as a virtual machine and so the VDIModeEnabled was set to true. The new experience is not available on VDIs.
We isolated the VDI trigger to hklm\software\citrix and implemented a GPO to remove. The next step was to uninstall and reinstall Teams (the version that is not modified by Orca). We now have the new experience (set on by default).
To find if VDI was set, you need to open the Teams app and generate the debug files by holding CTRL + ALT + Shift + 1. Check the downloads folder for the debug files. The main one (largest size) will have VDIModeEnabled.
Norman Racine Hi Norman, we are facing the same issue but our teams are seperated, so we do not really know what the guys from software deployment do. But I followed your explanation but I cannot find any registry key on the Windows 10 (1809) machine which shows anything with "VDIMode" but the Teams diagnostic log shows me the part "currentConversationVersion": 2019052101,
"VDIModeEnabled": true," . So may I ask you to give me an hint where to search? Thank you a lot, Mike
@Norman Racine Thanks Norman for the great feedback.
Vreezy I did the following:
- Delete the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Citrix
- Delete all files: %AppData%\Microsoft\Teams
- Restart workstation.
Worked for me.
- Norman RacineJan 22, 2021Copper Contributor
Good afternoon GrahamBotes .
I am pleased that many are benefiting from my earlier post. I appreciate the acks.
I realize, however, that my post falls short in two areas:
1. I was able to communicate MY SPECIFIC SITUATION where VDI was interpreted by the Teams installer. Unfortunately, there are other situations that my post sheds no light on. It would be nice to obtain the rules that Microsoft utilizes in determining VDI mode - although Citrix seems to be the main one.
2. Recovering from an initial install of Teams under VDI mode was not explained well. At my sites, we deploy the Teams Machine-Wide Installer (msiexec /i "teams_windows_x64.msi" ALLUSERS=1). Users who had VDI mode enabled because of the Citrix registry entry are corrected using the following steps. The process that we use is not optimized but it is guaranteed to work:
. user logs off Teams and then closes the app when prompted to login
. user uninstalls Microsoft Teams
. delete folders in appdata\local\Microsoft: Teams, TeamsMeetingAddin, TeamsPresenceAddin
. delete folders in appdata\roaming: Microsoft Teams, \Microsoft\Teams
. Yes, I know that is overkill to delete all the above folders - but I wanted a guarantee.
. for the specific user, delete the registry key HKCU\Software\Microsoft\Office\Teams
. Logoff/on for the user and the Teams software will re-install for the user with New Experience on.
Hope this provided additional assistance.
- VreezyJan 22, 2021Copper Contributor
Thank you for the reply. Finally we could convince our colleagues which are managing the SCCM to delete the registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Citrix and now it works as intended 🙂
- BckspaceJan 21, 2021Copper Contributor
Worked for me 2 Thank you GrahamBotes