Hello @Urmas Vanem,
Thank you for posting your valuable question on Microsoft Q&A forum.
For new Teams, auto-start is controlled by Windows Startup Tasks. If you turn this on, Teams launches automatically every time you sign in to Windows. Users can change the auto-start setting for Teams if they have permission to manage their Windows startup apps. This is done through:
- Windows Settings > Apps > Startup
- Task Manager > Startup tab
For example
However, this ability depends on how the device is configured by IT admins.
You can use Group Policy to prevent other users from making unwanted changes to your system:
Prerequisites:
- Download the latest Microsoft Teams Administrative Template (ADMX) from Microsoft.
- Import the ADMX into your Group Policy Central Store.
Steps:
- Open Group Policy Management Console (GPMC): Start > Administrative Tools > Group Policy Management.
- Create or Edit a GPO
- Right-click your domain > Create a GPO (e.g., Teams Auto-Start Policy).
- Link it to the OU containing your target users/devices.
- Navigate to Teams Settings: User Configuration > Policies > Administrative Templates > Microsoft Teams.
- Configure the Policy
- Find “Prevent Microsoft Teams from starting automatically after installation”.
- Set to Disabled > This ensures Teams will auto-start for all users.
- Force Policy Update: Run gpupdate /force on client machines or wait for the next refresh cycle.
Or you can use Windows Registry Editor :
- Press Win + R, type regedit, and hit Enter.
- Go to: HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\MSTeams_8wekyb3d8bbwe\TeamsTfwStartupTask
- Value 2 = Enabled, Value 0 = Disabled.
Please understand that our initial response does not always resolve the issue immediately. However, with your help and more detailed information, we can work together to find a solution.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.