The fact Microsoft is forcing Teams onto every computer is extremely annoying and it seems they have made it deliberately difficult to prevent it from auto starting.
I’ve found 3 different fixes;
From the main Windows interface,
- Select the Start Windows logo Start button button, then select Settings Gear-shaped Settings icon > Apps > Startup. Select Off for Teams.
- If you don’t see the Startup option in Settings, right-click the Start Windows logo Start button button, select Task Manager, then select the Startup tab. (If you don’t see the Startup tab, select More details.) Select the app you want to change, then select Enable to run it at startup or Disable so it doesn’t run.
Finally, edit the setup.json file found here
1 |
%userprofile%\AppData\Local\Microsoft\Teams |
Set
1 |
"noAutoStart":true |
HTH
by