

Therefore, you will not be able to remove it from the Windows installation image ( install.wim) using this method.Ĭurrently, the only way to prevent automatic Teams Chat installation is to enable the ConfigureChatAutoInstall registry parameter during Windows setup. This APPX is downloaded and installed automatically after the Windows setup is complete.

It is noteworthy that Teams Chat is not built-in into the Windows 11 install image. You can always download the Teams app as an APPX file from Microsoft Store and install it manually. Get-AppxProvisionedPackage -online | where-object | Remove-AppxProvisionedPackage -online –Verbose Get-AppxPackage MicrosoftTeams*|Remove-AppxPackage -AllUsers If you want to uninstall Teams for all users and remove it from your Windows 11 image (as a Staged app), use PowerShell: Find Microsoft Teams in the list of installed apps and remove it (by clicking Uninstall in the menu).īut this will remove the Teams app for the current user only. To uninstall the APPX client of Teams Chat for the current user, go to Settings -> Apps -> Apps and features ( ms-settings:appsfeatures). How to Completely Uninstall Teams in Windows 11?

