Start Teams in background for organisation

Duncan van Rooij 1 Reputation point
2022-04-26T12:01:32.973+00:00

Teams automatically starting with a popup window is very inconvenient for our users. We would much rather have it start minimized.
How do I change the default option for "Start Teams in Background" to be enabled by default for our entire organisation?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,067 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 95,181 Reputation points MVP
    2022-04-26T14:16:33.537+00:00

    You will need to update the corresponding setting in the desktop-config JSON file, see for example here: https://devblogs.microsoft.com/scripting/configuring_startup_settings_in_microsoft_teams_with_windows_powershell/

    1 person found this answer helpful.

  2. Pavel yannara Mirochnitchenko 11,716 Reputation points
    2023-06-22T07:53:39.03+00:00

    No news about this? Poking json is crazy approach. I found out registery autorun have this line by default, can we change it to have the decired result. I want teams to start, but not on full window:

    AppData\Local\Microsoft\Teams\Update.exe --processStart "Teams.exe" --process-start-args "--system-initiated"

    0 comments No comments