Officedocs-skypeforbusiness: More install parameters for Teams MSI please

Created on 18 Jan 2019  ·  15Comments  ·  Source: MicrosoftDocs/OfficeDocs-SkypeForBusiness

We want to keep Teams from starting up on boot by default.

I thought OPTIONS="noAutoStart=true" would solve this, but this is only for disabling auto start after install success.

  • Do you have more install parameters for the Teams MSI installer?
  • Where are install parameters documented? If nowhere, please add documentation
  • Please don't install teams silently (teams_installer.exe) when using common parameters for getting help. Like "/?", "-?", "--?", "/h", "-h", "--h", "/help", "-help", "--help". I used the /? in hope of getting help regarding install switches, teams_installer.exe ended up overwriting my previous installation.

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Most helpful comment

Something that would prevent the desktop icon would be appreciated. Also a way to add this to my startlayout.xml. It seems the application installs as the profile is being built so it gets skipped.

All 15 comments

I second this. More OPTIONS would be great.
"openAsHidden=true"

Yes parameters for all four options in the APPLICATION area of settings are needed!
Auto-Start
Open in background
On Close, leave running
Register Teams as default chat app

Absolutely. We are holding off the roll out because we aren't able to control the behavior in every scenario.

Something that would prevent the desktop icon would be appreciated. Also a way to add this to my startlayout.xml. It seems the application installs as the profile is being built so it gets skipped.

Would support this as well! Would like to deploy and have Teams start hidden.

@o-l-a-v - thank you for submitting feedback.

I think the best way forward is if you open a service ticket in your tenant so this can get resolved ASAP. Based on the outcome let me know if it is something that can be called out in the docs.

Please follow this link to contact support for business products: https://docs.microsoft.com/office365/admin/contact-support-for-business-products

Please keep us posted here on the resolution so we can feed whatever information you discover into the content.

Also, I know the product teams are always looking for user feedback and how to make Skype for Business better . They keep a close tab on user feedback and it would be awesome if you could add your voice in User Voice https://www.skypefeedback.com/.

You might find others have made a similar request that you can add to, or you can open a new one. Let us know here if you do so we can up-vote your request.

Thank you for your contribution to make the docs better! Much appreciated!

@officedocsbot close

did anyone actually get an answer besides "open a ticket"?

did anyone actually get an answer besides "open a ticket"?

This is absurd. My TAM tells me to submit an issue on support.microsoft.com, I find the existing issue multiple customers are posting about and then some random person references a completely different product and closes the issue. Good job Microsoft!

I actually opened a ticket, the person that initially called me sent me 3 articles for deploying Teams... the same 3 KB's I've already seen.... Now they are going back to their team to look into it further

QualitySupport

I actually opened a ticket, the person that initially called me sent me 3 articles for deploying Teams... the same 3 KB's I've already seen.... Now they are going back to their team to look into it further

QualitySupport

good man! if you don't mind, please keep us peasants informed if you get an actual response.

I actually opened a ticket, the person that initially called me sent me 3 articles for deploying Teams... the same 3 KB's I've already seen.... Now they are going back to their team to look into it further

QualitySupport

good man! if you don't mind, please keep us peasants informed if you get an actual response.

support keeps getting better, they called back saying the options I gave them as examples were per user settings, but not an actual answer of the available options. They are going back to their people to try again...

so after a good amount of run around by Microsoft.... Back at square 1! It was a nice circle they dragged me around in.... There's no answers, just another closed support ticket stating to open a new ticket.

so after a good amount of run around by Microsoft.... Back at square 1! It was a nice circle they dragged me around in.... There's no answers, just another closed support ticket stating to open a new ticket.

That's fantastic, classic Microsoft. I'm at a loss with words here. They flat out do not care about user experience.

Had the same horrible experience when dealing with scaling in Office apps on high res monitors on older builds (they actually recommended to migrate our entire enterprise to 19H1 ... in February), and Surface Pro Marvel wifi adapter dropping when moving between APs, and constant Surface Pro monitor flickering under video load. They actually flew out experts who spent 2 days troubleshooting and came up with "open a ticket with premium support"... guess where that ticket is?

Hi all,

maybe a bit late but I changed the settings via PS-script after the installation using the Teams_windows_x64.exe using silent installation. This can be easily deployed via e.g. SCCM.

The .json file C:Users%User%AppDataRoamingMicrosoftTeamsdesktop-config.json contains all necessary user settings and will be created during installation process.

After the installation just run a few PS command to import, modify and write back the .json back to file system. (Make sure not using Out-File to save the .json as it will add byte order marks to the json and teams won't accept the file any more and just override it.

Settings we changed:

  • openAtLogin = $false
  • runningOnClose = $false

In addition delete the following RegKey: HKCU:SoftwareMicrosoftWindowsCurrentVersionRuncom.squirrel.Teams.Teams which is also created during installation and is triggering the autostart.

If you need additional info or code snippets let me know.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JAK1047 picture JAK1047  ·  6Comments

TotallyInformation picture TotallyInformation  ·  5Comments

N8dog021 picture N8dog021  ·  3Comments

DeanGross picture DeanGross  ·  4Comments

bsdmad picture bsdmad  ·  6Comments