Forum Discussion

chenrylee's avatar
chenrylee
Brass Contributor
Jun 28, 2019
Solved

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_windows_x64.msi" /QN OPTIONS="noAutoStart=true"
It works, and after a reboot, Teams icon appears on desktop but Teams doesn't launch.
And I double-click the icon to start this app, then close it, and then restart my laptop, Teams auto launched, and I found the registry item:
Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
Value: com.squirrel.Teams.Teams
Data: %LocalAppData%\Microsoft\Teams\Update.exe --processStart "Teams.exe" --process-start-args "--system-initiated"
 
My Question is:
Is there a way to set "auto-start application" is uncheched as default option?
 
Thank you in advance. :)

Resources