by Ray Davis, CTA
This CVAD Guide to Microsoft Teams was built from Slack posts, Citrix URLs, and Citrix consultants from the field who shared how they successfully got Teams working 90 – 95% within Citrix Virtual Apps and Desktop Environment. But the information is shared among many people and shows promising results. I keep it updated around new blogs and actual experience installing teams in a CVAD environment. If you disagree and find something different, then reach out and let’s update it. Please understand that all these tips/tricks may not apply to your environment. I encourage you to know what you are using from this blog.
Suppose you are unfamiliar with running Microsoft Teams in a Citrix Virtual Apps or Desktop. I see it all the time, and it will bite you. I recommend you start here. Reading and understanding these links will ensure you know the VDI aspect and don’t apply the typical desktop assumption as there are many transitions from a desktop space into a VDI space.
For those who need Microsoft Teams help in CVAD, I recommend bookmarking the links below. Many may be aware, like me. For those who are not, these will help you tremendously.
Teams deep dive around performance by go-EUC:
https://lnkd.in/eZFMN9fM
Teams around Citrix-related fixes:
https://lnkd.in/eDzQNqKG
Updates Microsoft Teams versioning:
https://lnkd.in/empxGdbT
Overall documentation:
https://lnkd.in/eJTvftUM
eG, Key Considerations for Teams on Citrix:
Microsoft Teams on Citrix: Best Practices (eginnovations.com)
- Different installers for Teams
- If you install Team.exe, this is the user installer. It will either install in the user profile or program data—mostly user profiles like the traditional desktop rollout I have seen at companies.
- If you install the MSI version of Teams, this is the Machine Wide installer. Citrix states they need the machine-wide installer.
- Uninstall Teams per user -clean up and redeployment procedure
- Uninstall the user per Team’s installer before proceeding with the Team machine installer.
- You can have Citrix WEM run this for the user inside their profile.
- Location: HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run
- Option 1:
- %LOCALAPPDATA%\Microsoft\Teams\Update.exe –uninstall –msiUninstall –source=default
- %Programdata%\Microsoft\Teams\Update.exe –uninstall –msiUninstall –source=default
- Option 2:
- Source Scripts https://github.com/Deyda/Teams
- https://docs.microsoft.com/en-us/microsoftteams/msi-deployment (Read this)
- C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -command set-execution policy bypass -Scope CurrentUser
- C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -File “\\domain\NETLOGON\CitrixScripts\WemExternalTask\TeamsUninstall-Users\TeamsUser-Uninstall.ps1” -NoProfile -Noninteractive
- The PS1 Script is from here https://github.com/Deyda/Teams
- But I changed the part in the Script to do it while the user is logged in.
- $TeamsStartMenuShortcut = “c:\users\$env:USERNAME.$env:USERDOMAIN\Start Menu\Programs\Microsoft Corporation”
$TeamsDesktopShortcut = “c:\users\$env:USERNAME.$env:USERDOMAIN\Desktop\MicrosoftTeams.lnk” - Originally it was:
$TeamsStartMenuShortcut = “\\domain\share\$env:USERNAME.$env:USERDOMAIN\Start Menu\Programs\Microsoft Corporation”
$TeamsDesktopShortcut = “\\domain\share\$env:USERNAME.$env:USERDOMAIN\Desktop\Microsoft Teams.lnk” - Then I used a WEM external Task to run it. Put the Script in a location that users can read. It will execute and do the cleanup inside the user profile for you.

- Block user installs
- Deny access to C:\Users\*\AppData\Local\Microsoft\Teams
- Use FSLogix AppMasking
- Quick Rule

- If, by chance, a user tried to install it. They would get this:

- Logs point out what AppMasking is doing:

- Note: if you have a machine installed already installed and a user tries to click a link in Outlook, it will open with the installed machine version on the VDI.
- Citrix Requirements: (Highly advise using more updated versions)
- Minimum Version1906.2:
- The best results are 2203 and higher
- Virions -Optimization for Microsoft Teams requires a minimum of Microsoft Teams version 1.2.00.31357.
- https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/opt-ms-teams.html
- Feature Matrix – https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/opt-ms-teams.html#feature-matrix-and-version-support
- We recommend you follow the Microsoft Teams machine-wide installation guidelines and avoid using the .exe installer that installs Teams in Appdata. Instead, install in C:\Program Files (x86)\Microsoft\Teams using the ALLUSER=1 flag from the command line.
In this mode, the Teams application doesn’t auto-update whenever there is a new version. We recommend this mode for non-persistent environments. For more information, see Install Microsoft Teams using MSI (VDI Installation section).
- Microsoft VDI guidance
- https://docs.microsoft.com/en-us/microsoftteams/teams-for-vdi#install-the-teams-desktop-app-on-vdi
- These examples also use the ALLUSERS=1 parameter. When you set this parameter, Teams Machine-Wide Installer appears in Programs and Features in Control Panel and in Apps & features in Windows Settings for all computer users. All users can then uninstall Teams if they have admin credentials. It’s essential to understand the difference between ALLUSERS=1 and ALLUSER=1. The ALLUSERS=1 parameter can be used in non-VDI and VDI environments, and the ALLUSER=1 parameter is used only in VDI environments to specify a per-machine installation.
- Dedicated VDI (updated)
- You have Windows 10 dedicated, persistent VDI environments. You want the Teams application to auto-update and would prefer Teams to install per-user under Appdata/Local. (I don’t know if they will be optimized for Citrix, though?) Use the .exe installer or the MSI without ALLUSER=1.
- Update 8/18/2020, 2/6/2023
I confirmed that it’s still optimized as well on the user install. I was wondering about this, and now I know. - Non-Persistent VDI or RDSH (XenApp)
- ALLUSERS=1: Teams Machine-Wide Installer appears in Programs and Features in Control Panel and in Apps
- ALLUSER=1: used only in VDI environments to specify a per-machine installation and turns off auto-updater in non-persistent machines.
- noAutoStart=true: tells it when installing set it not to autostart.
- Per-machine installation for VDI
- /l*v ALLUSER=1 ALLUSERS=1
- msiexec /i <path_to_msi> /l*v <install_logfile_name> ALLUSER=1 ALLUSERS=1
- msiexec /i Teams_windows_x64.msi ALLUSER=1 ALLUSERS=1
- msiexec /i Teams_windows_x64.msi OPTIONS=”noAutoStart=true” ALLUSER=1 ALLUSERS=1
- msiexec /i “%temp%\Teams_windows_x64.msi” /QN OPTIONS=”noAutoStart=true” ALLUSER=1 ALLUSERS=1
- Container Profile exclusions
- <Exclude Copy=”0″>AppData\Local\Microsoft\Teams\Current\Locales</Exclude>
- <Exclude Copy=”0″>AppData\Local\Microsoft\Teams\Packages\SquirrelTemp</Exclude>
- <Exclude Copy=”0″>AppData\Local\Microsoft\Teams\current\resources\Locales</Exclude>
- <Exclude Copy=”0″>AppData\Roaming\Microsoft\Teams\Service Worker\CacheStorage</Exclude>
- <Exclude Copy=”0″>AppData\Roaming\Microsoft\Teams\Application Cache</Exclude>
- <Exclude Copy=”0″>AppData\Roaming\Microsoft\Teams\Cache</Exclude>
- <Exclude Copy=”0″>AppData\Roaming\Microsoft Teams\Logs</Exclude>
- <Exclude Copy=”0″>AppData\Roaming\Microsoft\Teams\media-stack</Exclude>
- UPM File based
- .txt files from location %AppData%\Microsoft\Teams
- %AppData%\Microsoft\Teams\media-stack
- %AppData%\Microsoft\Teams\Cache
- %AppData%\Microsoft\Teams\GPUCache
- %AppData%\Microsoft\Teams\meeting-addin\Cache
- %AppData%\Microsoft\Teams\Service Worker\CacheStorage
- Red bolding, don’t use AppData\Local\Microsoft\Teams as it will break some pieces in the Citrix discussion below.
- https://discussions.citrix.com/topic/406559-fslogix-vhd-size-dramatically-different-from-actual-file-content-size-and-will-not-compress/page/6
- Source: https://virtualwarlock.net/microsoft-teams-in-citrix/
- Source 2: https://james-rankin.com/articles/quickpost-how-to-stop-fslogix-profile-containers-bloating-when-running-microsoft-teams/
- Warnings and issues (JSON Files are a pain and don’t seem to get honored very well.)
- Running the MSI in VDI mode by using the switch Alluser=1 makes teams completely ignore JSON files. It ignores the setup.json, and it ignores the desktop-config.json file. Redirecting it to any other json file anywhere else won’t help as it doesn’t respect JSON files. It must be a bug. Still trying to work through this.
- Disable Teams auto-launch.
- I see this in many environments, Teams auto-launch starts when the user logs in. Teams is heavy on CPU, and I recommend not doing this. However, some places seem to ignore this and take the desktop approach.
- Disable Teams auto-launch after installation.
- Delete Teams reg keys following locations
- HKEY_LOCAL_MACHINE \SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run
- HKEY_LOCAL_MACHINE \SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- HKEY_CURRENT_USER \SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- Then apply GPO, not to auto Launch Teams.
- It is not currently possible to disable Auto-start even if using the command line flag OPTIONS=”noAutoStart=true” with the machine-wide MSI and the ALLUSER=1 property. Deleting the reg key described in bullet#2 (bullet#2 is on the citrix doc) should fix this.
- Group Policy setting, make sure you first set the Group Policy setting to the value you want before you run this Script. If you have profiles that have already set auto-launch, you will have to run this Script to clear out the settings. Suppose you want to use the “Prevent Microsoft Teams from starting automatically after installation.
- Teams-AutostartResetCU
- Source Scripts https://github.com/Deyda/Teams
- Use NeverRed to set and forget this.
- NeverRed – Update your Software, the lazy way – Deyda.net
- Doing Auto Launch with Teams is CPU intensive. Control it with WEM on auto-launch, and It will allow the Shell to load first.
- I see this in many environments, Teams auto-launch starts when the user logs in. Teams is heavy on CPU, and I recommend not doing this. However, some places seem to ignore this and take the desktop approach.



- James Rankin method of disabling auto-setup, enabling auto-start once the setup is triggered manually by the user, and also making sure that the openAsHidden flag is actually respected. Scroll down to “Solving It”
- https://james-rankin.com/articles/microsoft-teams-on-citrix-virtual-apps-and-desktops-part-1-installing-the-damned-thing/
- Microsoft Teams on Citrix Virtual Apps and Desktops, part #2 – default settings and JSON wrangling – JAMES-RANKIN.COM
- Microsoft Teams on Citrix Virtual Apps and Desktops, part #3 – 18 tips for optimizing performance – JAMES-RANKIN.COM
- Disable GPU offload because teams will have HIGH CPU usage (no video card)
- (Run this with WEM)
- Run this as a startup script if needed (No UEM Tools)
- Source: https://www.itexperience.net/fix-performance-issues-teams-high-cpu-memory-usage/
- Source: Slack
$ErrorActionPreference = ‘SilentlyContinue’
$JsonFile = [System.IO.Path]::Combine($Env:AppData, ‘Microsoft’, ‘Teams‘, ‘desktop-config.json’)
$ConfigFile = Get-Content -Path $JsonFile -Raw | ConvertFrom-Json
Try {
$ConfigFile.appPreferenceSettings.openAtLogin = $False
$ConfigFile.appPreferenceSettings.disableGpu = $True
} Catch {
Write-Host “JSON element doesn’t exist”
}
$ConfigFile | ConvertTo-Json -Compress | Set-Content -Path $JsonFile -Force
- Update as of October 21, 2020. This seems to work well.
- https://github.com/Mohrpheus78/Microsoft/blob/main/Teams%20User%20Settings.ps1?s=03
- Update as of November 4, 2021
- if (!(Test-Path $env:AppData\Microsoft\Teams\desktop-config.json)) {Exit} $JSONFile = $env:AppData+”\Microsoft\Teams\desktop-config.json” $User = $env:USERDOMAIN+’\’+$env:USERNAME $JSON = Get-Content $JSONFile | ConvertFrom-Json if ($JSON.appPreferenceSettings.disableGpu -eq $False) { Get-Process -Name ‘Teams’ -IncludeUserName -ErrorAction SilentlyContinue | Where-Object UserName -eq $User | Stop-Process -Force $JSON.appPreferenceSettings.disableGpu = $True $JSON | ConvertTo-Json | Out-File $JSONFile -Encoding ASCII & “C:\Program Files (x86)\Microsoft\Teams\current\Teams.exe” }
- Other Sources:
- Microsoft Teams Optimization on Citrix – JGSpiers.com
- For this, I did a WEM external Task that does the following:
- C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -command set-executionpolicy bypass -Scope CurrentUser
- C:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -File “\\domain.org\NETLOGON\CitrixScripts\WemExternalTask\DisableGPUTeams_VDI\disableGPUTeams.ps1” -NoProfile -Noninteractive

- Monitoring Teams with HDX Monitor
On 1912 VDAs (or higher), you can monitor an optimized active call using HDX Monitor (3.5.2 or higher).To turn this on, create the following WebrtcDirectorIntegration reg key on the VDA:
HKLM\Software\Citrix\HDXMediaStream\
Or
HKLM\SOFTWARE\WOW6432Node\Citrix\HdxMediaStream
– reg key value:
name: WebrtcDirectorIntegration
type: DWORD
value: enable(1), disable(0)
- Enable Team in Citrix
Enable optimization of Microsoft Teams:
To enable optimization for Microsoft Teams, use the Studio policy described in Microsoft Teams redirection policy (it is ON by default). In addition to this Policy being enabled, HDX checks to verify that the version of the Citrix Workspace app is equal to or greater than the minimum required version. If you enabled the Policy and the Citrix Workspace app version is supported, the HKEY_CURRENT_USER\Software\Citrix\HDXMediaStream\MSTeamsRedirSupport registry key is set to 1 automatically on the VDA. The Microsoft Teams application reads the key to load in VDI mode.
NOTE:
- If you are using version 1906.2 VDAs or higher with older Controller versions (for example, version 7.15), which do not have the Policy available in Studio, you can still be optimized because HDX optimization for Microsoft Teams is enabled by default in the VDA.
- If you click About > Version, the Citrix HDX Optimized legend displays:
- Optimized for Citrix legend

- Recommended version – Citrix Workspace app 2006.1 for Windows and Minimum version – Citrix Workspace app 1907 for Windows:
Source: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/opt-ms-teams.html
- Troubleshooting MS teams in Citrix
This material is copied from other sources and is not my material. You will see word-for-word references in blogs. This is me trying to pull it all together in one area.- https://support.citrix.com/article/CTX253754
- See here for a list of troubleshooting tips from Citrix.
- Check Teams are optimized.
- When Teams are running optimized, the HdxRtcEngine.exe process runs on the endpoint and the WebSocketAgent.exe process runs on the VDA.
- Check status of services.
- There are a couple of services required to be running on the VDA for successful Teams optimization.
- Citrix HDX Teams Redirection Service: Provides establishment of virtual channel used with Microsoft Teams.
- Citrix HDX HTML5 Video Redirection Service: Responsible for TLS termination of secure WebSockets and spawning the WebSocketAgent.exe process into user sessions when Teams starts. This service also runs as WebSocketService.exe and needs to be listening on 127.0.0.1:9002. You can confirm this using command netstat -anob -p tcp | findstr 9002 on the VDA.

- On successful connection, the state turns to ESTABLISHED.

- Using HDX Monitor
- The latest versions of HDX Monitor allow you to see some information about active Teams calls.
- When viewing session information via HDX Monitor, if the Number of connections under Webrtc is set to 0, either Teams has not been launched within the session or has been launched but is not optimized.

- When Teams is running optimized, the number of connections for the session will change to 1.

- When a Teams call is in progress, the Virtual channel state will switch from Idle to Active. HDX Monitor will also show you the maximum Kbps outgoing and incoming bandwidth used for the entire HDX session over all Teams calls.

- Gathering Logs
There are various logs you can turn to when troubleshooting HDX Optimization for Teams.
Client Endpoint (Windows)
Folder: %LocalAppData%\Temp\HdxRtcEngine
Contains hdxrtcengine.log and webrpc.log.
Additionally, there are log files stored on Mac and Linux endpoints, and you also have the option of enabling CDF tracing using specific trace providers.- VDA Trace Providers
- HDX_Multimedia_TeamsService
- HDX_Multimedia_WebSocketAgent
- HDX_Multimedia_WebSocketPipe
- HDX_Multimedia_WebSocketService
- Endpoint Trace Providers
- IcaClient_Multimedia_HdxRtcEngine_CtlGuid
- IcaClient_DriversVd_TeamsRedir_CtlGuid
- Basic troubleshooting steps
- Confirm you are running a compatible version of Workspace app. Refer to the Endpoint software requirements section.
- Confirm that HdxRtcEngine.exe is running on the endpoint and WebSocketAgent.exe is running on the VDA. If not, exit Teams on the VDA.
- Start Teams and check again if the aforementioned processes are running.
- If the processes are still not running or Teams is not optimized, restart the Citrix HDX Teams Redirection Service (if possible) and disconnect from your ICA session, then reconnect.
- If the processes are still not running or Teams is not optimized, completely log off the VDA and back on, or reboot the VDA and/or endpoint.
- Known Limitations
- The documentation for each Citrix Virtual Apps and Desktops release contains a section containing known limitations that are either Citrix limitations, Microsoft limitations, or both.
- The example URL is for Virtual Apps and Desktops 7 2212
- https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/opt-ms-teams.html#known-limitations
- Misc. links
- Supported headsets and handsets: https://products.office.com/en-us/microsoft-teams/across-devices/devices
- Skype for Business supported devices: https://docs.microsoft.com/en-us/skypeforbusiness/certification/devices-usb-devices
- Roadmap for Citrix Virtual Apps and Desktops, which includes some items for Teams: https://www.citrix.com/en-gb/products/citrix-virtual-apps-and-desktops/resources/citrix-virtual-apps-and-desktops-roadmap.html
- All of this is references from Slack and conversations, virtual Warlock Site, and Citrix Troubleshooting Docs:
- VDA Trace Providers
- To prevent Teams from installing in Office updates:
If your organization isn’t ready to deploy Teams and you use Group Policy, you can enable the Don’t install Microsoft Teams with new installations or updates of Office policy setting. Most placed I see take the defaults. Which will install Teams from the 0365 media. Build a custom XML file and exclude Teams.- Office Customization Tool – Microsoft 365 Apps admin center
- You can find this policy setting under Computer Configuration\Policies\Administrative Templates\Microsoft Office 2016 (Machine)\Updates.

- It will add this key:

- If you do get Teams to install from Office updates (which I had, and I didn’t realize it), you will see Teams auto-start upon logging in.
- You will see this:
- User auto Start HKCU\Software\Microsoft\WIndows\Current Verison\Run
- C:\Users\%username%\AppData\Local\Microsoft\Teams\Update.exe –processStart “Teams.exe” –process-start-args “–system-initiated”
- Machine auto Start
- HKLM\Software\\WOW6432Node\Microsoft\WIndows\Current Verison\Run
- %ProgramFiles%\Teams Installer\Teams.exe –checkInstall –source=PROPLUS
- User auto Start HKCU\Software\Microsoft\WIndows\Current Verison\Run
- Outlook Plugin appears to break at times or may never load.
- If not loading, please follow Kasper’s guide here: https://virtualwarlock.net/microsoft-teams-in-citrix/
- SEARCH FOR “TEAMS OUTLOOK ADD-IN” ON HIS PAGE.
- Outlook Plugin appears to break at times, and this is what I have found so far that fixes it.
- Nick Panaccio shared a great script with me that helped a lot in this area:
$ErrorActionPreference = 'SilentlyContinue'
#We need to add the following items to allow Teams meeting links to open Teams and not have IE prompt to allow the action
If (!(Test-Path "HKCU:\Software\Microsoft\Internet Explorer\ProtocolExecute\msteams")) {
New-Item "HKCU:\Software\Microsoft\Internet Explorer\ProtocolExecute\" -Name "msteams" -Force | Out-Null
}
New-ItemProperty "HKCU:\Software\Microsoft\Internet Explorer\ProtocolExecute\msteams\" -Name "WarnOnOpen" -Value 0 -PropertyType "DWORD" -Force | Out-Null
If (!(Test-Path "HKCU:\Software\Classes\msteams")) {
New-Item "HKCU:\Software\Classes\msteams\shell\open\" -Name "command" -Force | Out-Null
}
New-ItemProperty "HKCU:\Software\Classes\msteams\" -Name "(Default)" -Value "URL:msteams" -PropertyType "String" -Force | Out-Null
New-ItemProperty "HKCU:\Software\Classes\msteams\" -Name "URL Protocol" -Value "" -PropertyType "String" -Force | Out-Null
New-ItemProperty "HKCU:\Software\Classes\msteams\shell\open\command\" -Name "(Default)" -Value """C:\Program Files (x86)\Microsoft\Teams\current\Teams.exe"" ""%1""" -PropertyType "String" -Force | Out-Null
If (!(Test-Path "HKCU:\Software\Classes\TeamsURL")) {
New-Item "HKCU:\Software\Classes\TeamsURL\shell\open\" -Name "command" -Force | Out-Null
}
New-ItemProperty "HKCU:\Software\Classes\TeamsURL\shell\open\command\" -Name "(Default)" -Value """C:\Program Files (x86)\Microsoft\Teams\current\Teams.exe"" ""%1""" -PropertyType "String" -Force | Out-Null
#We need to add the following items to get the 'New Teams Meeting' button to appear in Outlook
New-ItemProperty "HKCU:\Software\Microsoft\Windows\CurrentVersion\ApplicationAssociationToasts\" -Name "msteams_msteams" -Value 0 -PropertyType "DWORD" -Force | Out-Null
New-Item "HKCU:\Software\Microsoft\Office\Outlook\AddIns\" -Name "TeamsAddin.FastConnect" -Force | Out-Null
New-ItemProperty "HKCU:\Software\Microsoft\Office\Outlook\AddIns\TeamsAddin.FastConnect\" -Name "Description" -Value "Microsoft Teams Meeting Add-in for Microsoft Office" -PropertyType "String" -Force | Out-Null
New-ItemProperty "HKCU:\Software\Microsoft\Office\Outlook\AddIns\TeamsAddin.FastConnect\" -Name "LoadBehavior" -Value 0x3 -PropertyType "DWORD" -Force | Out-Null
New-ItemProperty "HKCU:\Software\Microsoft\Office\Outlook\AddIns\TeamsAddin.FastConnect\" -Name "FriendlyName" -Value "Microsoft Teams Meeting Add-in for Microsoft Office" -PropertyType "String" -Force | Out-Null
#We need to add the following items to preconfigure Teams
If (!(Test-Path "$Env:AppData\Microsoft\Teams")) {
New-Item "$Env:AppData\Microsoft\Teams\" -ItemType "Directory" -Force | Out-Null
}
Copy-Item -Path "$PSScriptRoot\desktop-config.json" -Destination "$Env:AppData\Microsoft\Teams" -Recurse -Force
If (!(Test-Path "HKCU:\Software\Classes\CLSID\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}")) {
New-Item "HKCU:\Software\Classes\CLSID\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}\LocalServer\" -Force | Out-Null
}
New-ItemProperty "HKCU:\Software\Classes\CLSID\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}\LocalServer\" -Name "(Default)" -Value "C:\Program Files (x86)\Microsoft\Teams\current\Teams.exe" -Force | Out-Null
If (!(Test-Path "HKCU:\Software\Classes\WOW6432Node\CLSID\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}")) {
New-Item "HKCU:\Software\Classes\WOW6432Node\CLSID\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}\LocalServer\" -Force | Out-Null
}
New-ItemProperty "HKCU:\Software\Classes\WOW6432Node\CLSID\{00425F68-FFC1-445F-8EDF-EF78B84BA1C7}\LocalServer\" -Name "(Default)" -Value "C:\Program Files (x86)\Microsoft\Teams\current\Teams.exe" -Force | Out-Null
- I was updated that screen sharing may act up. If this happens, remove the Contents from AppData and all Teams data. Then allow it to rebuild the files etc.

This blog will continue to be updated…questions and comments are welcome below!
Thank you!