Forum Discussion
Markus_Johansson
Jan 23, 2023Iron Contributor
Windows 11 and "Teams for Home or Small Business" (How to never get it installed on a business PC)
I can't find any official documentation on how to avoid the "Teams for Home or Small Business" to get installed on a business computer. I guess no business would like to have the consumer app install...
Jan 23, 2023
Hi,
Even I would be interested to understand if there is a option too. Unfortunately Microsoft Teams for Home is bundled in the OS itself hence we aren't seeing the option to uninstall the app from the Programs and Features. Irrespective whether you upgrade from Windows10 to Windows11 or do a fresh install of Windows11.
ChrisWebb StevenC365 Any thoughts around this one?
With Regards,
Satish Upadhyaya
StevenC365
Jan 24, 2023MVP
RealTime_M365 It definitely is an app that can be uninstalled either from the UI, or you could trigger PowerShell to uninstall it with
Get-AppxPackage MicrosoftTeams* | Remove-AppxPackage
- Markus_JohanssonJan 25, 2023Iron ContributorSome actions trigger the download as MS mention
"The default Windows image doesn't include the Teams app."
https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/managing-teams-chat-icon-windows-11
Would be great to understand that can trigger this download 🙂