Option for Teams Wide installer with no auto launch
so I like the package for Microsoft Teams, but could we get one with the no auto start flag? I am being asked to put it on all our desktops, but they don't want it to start soon as someone logs in. There is a setup switch for this. Could this be an option?
https://docs.microsoft.com/en-us/MicrosoftTeams/msi-deployment
msiexec /i Teams_windows.msi OPTIONS="noAutoStart=true" ALLUSERS=1
msiexec /i Teams_windows_x64.msi OPTIONS="noAutoStart=true" ALLUSERS=1
3
Comments