Forum Discussion
chenrylee
Jun 28, 2019Brass Contributor
How to Prevent Teams from Auto-Launch
Hi guys, I plan to deploy Teams in my company, and there's a headache. I don't want Teams auto launches when system starts, and when I install it, I use this script: msiexec /i "%temp%\Teams_w...
- Jun 28, 2019Hi chenrylee
AFAIK, not currently possible. Whilst you can script it or have a user uncheck it in the settings it does not occur by default
There are multiple uservoices of disabling the start up option, such as this
https://microsoftteams.uservoice.com/forums/555103-public/suggestions/33728680-disable-startup-option
There is one here to turn off autostart for the entire tenant which may be closer to what you need.
https://microsoftteams.uservoice.com/forums/555103-public/suggestions/33922291-disbale-autostart-in-teams-app-for-the-entire-tena
If these don't cover exactly what you need I would raise this as a new uservoice. To note however, it could be some time to get picked up and really, I think the general desire from organisations to use Teams is more to have autostart on by default rather than off
Hope that answers your question!
Best, Chris
MrJoshua
Aug 20, 2019Copper Contributor
You can create a GPO to delete HKCU\Software\Microsoft\Windows\CurrentVersion\Run com.squirrel.Teams.Teams
- Alejandro1111Aug 20, 2019Copper Contributor
MrJoshuaThat sounds great, but not sure what GPO is or how to do that, will the change work on all devices example an Ipad, we see is happening on the desktop app and the ipad app, if more information will be appreciated! thank you
- MrJoshuaAug 21, 2019Copper Contributor
- Robert James ReberAug 21, 2019Brass ContributorTo get around this I am applying the GPO now, so the September or October release of Office does not perform the auto-start. I am also creating a scheduled task to be deployed to all users before this rolls that will delete the Teams shortcut from their desktop. If a user clicks on this shortcut they have now passed the first logon for Teams and the auto-start becomes active (even after implementing the GPO). We are not licensing everyone in the company for this right now, so you can imagine the tickets it will generate for a failed launch each and every logon.
- MrJoshuaAug 21, 2019Copper Contributor
That GPO should run each time the user logs in and it should delete the registry key again if the user launches the Teams Application.