Request for Assistance with FSLogix and Teams Integration
Dear @Jason_Parker and @Jeff_Riechers
I am currently using FSLogix hotfix 2.9.8440.42104 in a production environment and I am interested in upgrading to the latest version to ensure proper integration with the new Teams client in VDI. However, due to the constraints of our production environment, upgrading is proving to be a challenge.
I have already set up the following registry settings:
```plaintext
New-Item -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Teams" -Name IsWVDEnvironment -PropertyType DWORD -Value 1 -Force
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Appx" -Name "AllowAllTrustedApps" -Value 1 -force
New-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\Appx" -Name "AllowDevelopmentWithoutDevLicense" -Value 1 -force