Aug 25 2023 03:41 AM
Since I started using the New Teams I have not been able to toggle the setting to start the client automatically when I login to Windows.
When trying to click the setting nothing happens. There will not even be a tick in the box. If I switch back to the "old" teams, the setting is working.
All the other settings can be toggled and working.
Ideas?
Aug 25 2023 03:58 AM
Hi @Patrik_Lundberg,
You could try to follow these steps to see if it works:
Teams will automatically start the next time you start your computer. If you ever want to remove a program from autostart, delete the shortcut from the Startup folder (Steps 1 and 2).
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Aug 28 2023 11:08 AM
Aug 28 2023 10:58 PM
Hi @David King,
I have just tested the settings for the new Teams Desktop app on Windows 10 and it starts automatically.
You can try to update your version in the settings (if you haven't done that allready), then uncheck the "Teams starts automatically", close the Teams, then open it once again, check the setting "Teams starts automatically", the try to test it one more time.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Aug 28 2023 10:59 PM
Aug 29 2023 01:01 AM
This is what fixed it for me:
Not sure if the repair was needed or not, but the toggle in the Teams app itself now works.
Aug 29 2023 01:39 AM
Aug 29 2023 02:31 AM - edited Aug 29 2023 05:02 AM
SolutionAfter identifying that I didn't had the setting visible I started to think that there were some problem with Windows rather than New Teams. I searched and found this article:
https://answers.microsoft.com/en-us/windows/forum/all/startup-app-in-menu-settings-is-missing-in-win...
The issue actually matched my machine. I also had a missing Startup App setting in the Settings App. I opened the registry I found that I were missing some of the mentioned keys.
First I added SupportUwpStartupTasks REG_DWORD 0x1. That solved the missing setting in the Settings app.
I opened the Startup App meny in the settings and I saw that New Teams were still grayed out. That wasn't the complete solution to the problem.
Second, I added SupportFullTrustStartupTasks REG_DWORD 0x1.
After I added this second registry key everything started to work as expected.
Also there are two additional keys that should be set:
EnableFullTrustStartupTasks REG_DWORD 0x2
EnableUwpStartupTasks REG_DWORD 0x2
Now I need to find out why these two keys were missing on my machine. My suspicion is that they were lost during upgrade from Windows 10 to WIndows 11, but we'll see about that.
Thanks for pushing me in the right direction so that I finally could find the solution.