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
Robert James Reber
Aug 21, 2019Brass Contributor
That was my concern, not understanding what defined 'launching'. So I tested this and the GPO does stop the auto-launch. However, if a non-licensed Teams user clicks that desktop icon the GPO becomes null and void, and Teams (even in an unlicensed state) will try to start on every consecutive logon. For me that would generate a huge amount of tickets from users that have not been introduced to Teams.
MrJoshua
Aug 21, 2019Copper Contributor
- Robert James ReberAug 21, 2019Brass ContributorThe one that comes with the ADMX from MS HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\teams preventfirstlaunchaterinstall (1)
- MrJoshuaAug 21, 2019Copper Contributor
Got it.
That's the same issue I found with Microsoft's release. That's why I created the one I posted above.
Create a GPO like this:
- User Configuration >> Preferences >> Windows Settings >> Right Click Registry >> New >> Registry Item
- Change "Action:" to Delete
- Change "Hive:" to HKEY_CURRENT_USER
- Change "Key Path:" to SOFTWARE\Microsoft\Windows\CurrentVersion\Run
- Change "Value Name:" to com.squirrel.Teams.Teams