Как отключить автозапуск microsoft teams в windows 10 при включении

По-умолчанию, при установке пакета Office 365/ Office 2019 устанавливаются сразу все офисные приложения Microsoft, в том числе Teams (выборочная установка приложений Office возможна с помощью Office Deployment Tool). Teams всегда настроен так, чтобы запускаться автоматически при входе пользователя. Однако, если вы не используете Microsoft Teams постоянно, или вы не хотите, чтобы он использовал ресурсы вашего компьютера/сервера, вы можете отключить автоматических запуск Teams. Это особенно актуально на RDS серверах с Office 365.

Автозапуск Teams

Отключение автозапуска Teams в Windows

Вручную отключить автозапуск Microsoft Teams можно в его настройках. Запустите приложение, перейдите в Settings -> General -> Application. Отключите опцию Auto-start application. Перезапустите приложение.

отключить автозапуск Teams в Windows

Обратите внимание, что если вы просто отключите запуск Teams через вкладку Startup в Task Manager, то при следующем запуске приложения, он опять станет запускаться автоматически.

отключить запуск Teams через автозагрузки в диспетчере процессов

Вы можете отключить автозапуск Teams через реестр. Для этого в ветке реестра пользователя HKEY_Current_User\Software\Microsoft\Windows\CurrentVersion\Run нужно удалить параметр com.squirrel.Teams.Teams (его дефолтное значение выглядит так
С:\Users\%username%\AppData\Local\Microsoft\Teams\Update.exe --processStart "Teams.exe" --process-start-args "--system-initiated"
).

com.squirrel.Teams.Teams параметр реестра, который используется для автозагрузки teams

Чтобы автозапуск Teams всегда был отключен у пользователей на компьютерах в домене AD, можно создать отдельную GPO, которая будет удалять данный параметр реестра.

  1. Создайте новую GPO и назначьте ее на OU с компьютерами, для которых вы хотите отключить автозапуск Teams;
  2. Перейдите в раздел User Configuration -> Preferences -> Windows Settings -> Registry;
  3. Создайте новое правило Group Policy Preferences, которое должно удалять указанный параметр реестра:Action: Delete
    Hive: HKEY_CURRENT_USER
    Key path: \Software\Microsoft\Windows\CurrentVersion\Run

    Value name: com.squirrel.Teams.Teams

    отключить автозапуск Teams через GPO

  4. Включите режим обработки замыкания групповой политики. Для этого перейдите в секцию GPO Computer Configuration -> Administrative Templates -> System -> Group Policy, и задайте параметру Configure user Group Policy Loopback Processing mode значение Merge.

В административных GPO шаблонах для Office также есть отдельная политика, позволяющая отключить автозапуск Teams. Скачайте и установите новые ADMX файлы для Office 365 в центральное хранилище шаблонов групповых политик. После этого вы сможете использовать параметр “Prevent Microsoft Teams from starting automatically after installation” (User Configuration -> Policies -> Administrative Templates -> Microsoft Teams) для отключения.

Эта политика должна быть настроена до установки Teams на компьютере, т.к. при первом успешном запуске он прописывается в автозагрузку.

gpo шаблон Prevent Microsoft Teams from starting automatically after installation

Чтобы сбросить все настройки автозагрузки Teams, которые внес пользователь, Microsoft предлагает использовать готовый PowerShell скрипт https://docs.microsoft.com/en-us/microsoftteams/scripts/powershell-script-teams-reset-autostart.

Либо воспользуйтесь моим PowerShell скриптом для очистки настроек автозапуска Teams в реестре и JSON файле
%APPDATA%\Microsoft\Teams\desktop-config.json
:

$entry = $null -eq (Get-ItemProperty HKCU:\Software\Microsoft\Windows\CurrentVersion\Run)."com.squirrel.Teams.Teams"
if ( !$entry ) {
Remove-ItemProperty HKCU:\Software\Microsoft\Windows\CurrentVersion\Run -Name "com.squirrel.Teams.Teams"
}
$teamsConfigFile = "$env:APPDATA\Microsoft\Teams\desktop-config.json"
$teamsConfig = Get-Content $teamsConfigFile -Raw
if ( $teamsConfig -match "openAtLogin`":false") {
break
}
elseif ( $teamsConfig -match "openAtLogin`":true" ) {

$teamsConfig = $teamsConfig -replace "`"openAtLogin`":true","`"openAtLogin`":false"
}
else {
$teamsAutoStart = ",`"appPreferenceSettings`":{`"openAtLogin`":false}}"
$teamsConfig = $teamsConfig -replace "}$",$teamsAutoStart
}
$teamsConfig | Set-Content $teamsConfigFile

PowerShell скрипт можно запустить через логон скрипты GPO.

Отключаем автозагрузку Teams в Linux

В Linux дистрибутивах (Ubuntu, Fedora, CentOS, RHEL) Teams также настроен на автоматический запуск. Teams запускается в Linux через файл автозагрузки приложений /home/$USER/.config/autostart/teams.desktop.

Вы можете отключить автоматический запуск Teams через настройку в графическом интерфейсе, а можно отредактировать конфигурационный файл teams.desktop.

vi ~/.config/autostart/teams.desktop

Измените значение строки с
True
на
False
:

X-GNOME-Autostart-enabled=false

Запретите вносить изменения в файл (иначе, если вы запустите MS Teams вручную, он восстановит исходную конфигурацию файла):

sudo chattr +i ~/.config/autostart/teams.desktop

Table of contents

  • How to Stop Teams from Starting Automatically
    • Method 1: Manually Disable Microsoft Teams from Its Settings
    • Method 2: Disable Microsoft Teams from Startup
    • Method 3: Use the Settings App to Disable Teams Autostart.
    • Method 4: Use the Registry Editor
    • Method 5: Use Group Policy to Disable Microsoft Teams
    • Method 6: Uninstall the Microsoft Teams
  • Optimize Your Computer’s Startup: Auslogics BoostSpeed
  • Conclusion
  • FAQ

If you want to know how to stop Microsoft Teams from opening on startup , you’ve come to the right place. Microsoft Teams makes it easier for teams to work together and stay connected effectively.  However, it can be annoying if it repeatedly opens by itself when you turn on your computer. It can even cause your computer to run slowly. This article will show you how to stop Teams from opening on startup .  You can choose a few options in Teams and your computer’s operating system to choose when and how Microsoft Teams should launch. We’ll show you how it’s done in this guide.  Let’s begin. 

How to Stop Teams from Starting Automatically

You can use several ways to stop Microsoft Teams from opening. We’ll show you the simplest yet effective way to stop Teams from starting automatically. Follow the below methods:

Method 1: Manually Disable Microsoft Teams from Its Settings

One of the easiest ways to disable Teams is to disable the autostart in its settings manually. Here’s how to do it:

  • Click on the three dots beside your account 
  • Select Settings.
  • Under Settings, uncheck the box beside Auto-start Teams.

Restart the application and check if Microsoft Teams is disabled . 


Also Read: How to troubleshoot the ‘Microsoft Teams Keeps Reinstalling Itself’?


Method 2: Disable Microsoft Teams from Startup

The Windows Task Manager makes it easier to monitor what is happening with your computer. You can monitor your computer’s performance, see what programs are running, and discover who uses it.  The task manager’s “Startup” section lists the apps that launch when your PC turns on. You can disable Microsoft Teams in the Task Manager if you don’t want it to launch whenever you start your computer.  Here’s how to remove Teams from startup : 

  • Press the Ctrl + Shift + Esc keys together you open the task manager. Alternatively, you can right-click the taskbar and select Task Manager.

  • Click on the Startup tab in the Task Manager Window
  • Search for Microsoft Teams, right-click on it, and select Disable.

Restart the program to see if Microsoft Teams is disabled .


Related: How to Keep the Task Manager’s CPU Data in Windows 10 Tray?


Method 3: Use the Settings App to Disable Teams Autostart.

Windows has made controlling which apps can start on your PC easy. Here’s how to use the Settings app to stop Teams from starting automatically:

  • Press the Windows + I keys to open the Settings app. 
  • Select Apps from the left sidebar.
  • Click on the Startup option on the Apps page.

  • Search for Microsoft Teams in the startup apps and switch it off. 


Also Read: How to fix Microsoft Teams client if it is not updating?


Method 4: Use the Registry Editor

You can also use the Register Editor to manage the programs that start when you turn on your PC. However, editing the Registry Editor can be risky. 

PRO TIP

Consider using Auslogics Registry Cleaner to make your edits easier. Don’t forget to back up your registry before making any changes!

Here’s how to prevent Teams from starting automatically using Registry Editor: 

  • Press the Windows key + R keys to open the Run dialog.
  • Enter regedit in the text field, and press Enter.
  • Copy and paste HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run in the Navigation bar and press Enter on your keyboard.
  • In the Run folder, search for com.squirrel.Teams.Teams and delete it. 

Method 5: Use Group Policy to Disable Microsoft Teams

Using group policy, you can decide whether Microsoft Teams launches on numerous Windows PCs in an Active Directory configuration. This is like setting up a rule for many computers at once.

To start, you must enable the setting “Don’t let Microsoft Teams start by itself after it is installed.” You can find this configuration in Microsoft Teams in User Configuration.

It’s inside the “Policies” folder, in a subsection called “Administrative Templates.” This strategy is good because it helps you to decide whether or not Microsoft Teams should launch based on the requirements of your business.

Here’s how to make Microsoft Teams not open on startup:

  • You can use this rule for your entire domain or just specific areas. You can draft a test-only rule first. Before using it on many computers, test it out on a small number of them.
  • Go to the domain controller to establish this rule. (The domain controller is the main computer managing your network.) From the Start menu, launch the Server Manager software. Then click Tools and select Group Policy Management Console.

  • Find your domain in this application, then right-click Group Policy Objects or the location where you want to apply the rule. After that, click New to create a new rule.

  • Right-click to edit the newly created rule, select Edit. Navigate to User Configuration, then Policies, then Administrative Templates, and finally, Microsoft Teams in the application that appears.
  • In the settings, search for Prevent Microsoft Teams from starting automatically after installation. Right-click on it and select Edit.
  • After selecting Enabled, press Apply and OK.

This setting determines whether Microsoft Teams automatically launches when users log into a computer with Teams installed. If you enable this setting, Teams won’t launch automatically once a user logs in. If they want to use it, they must initiate it themselves.

Method 6: Uninstall the Microsoft Teams

The Microsoft Teams app is already installed on Windows 10 and 11. If you don’t need the app, you can uninstall it. You don’t have to use the previously described methods to remove it if you don’t want to.

Here’s how to do it:

  • Press the Windows key + I to open the Settings app 
  • Click on Apps on the left side of your screen 
  • Click on Apps & Features.

  • Search for Microsoft Teams from the app list. Then, click on the three-dot menu and select Uninstall.


Also Read:How to Uninstall Programs on Windows 10/11?


Optimize Your Computer’s Startup: Auslogics BoostSpeed

Auslogics BoostSpeed

If you want to enhance your computer performance and optimize your startup programs effectively, check out Auslogics BoostSpeed.

Download Auslogics BoostSpeed

Your one-stop PC maintenance and optimization tool, this program will clean, speed up, repair and tweak your system to ensure maximum speed and efficiency.

This software program has numerous features to speed up PC startup and manage the programs that start when your computer boots up. This helps you locate and quickly disable Teams autostart .

Auslogics BoostSpeed startup management tools help you conserve system resources and speed up your computer.

Startup Manager. Auslogics BoostSpeed

The user-friendly interface of Auslogics BoostSpeed allows you to manage your startup items effectively. You can easily browse the programs scheduled to launch at boot and decide which ones to enable or stop. 

Furthermore, when you stop Microsoft Teams from automatically launching, you can choose to use the program just when you need it. This creates a more streamlined and effective computing environment.


Related: Get the Most out of Auslogics BoostSpeed Free Trial


Conclusion

Whether you’re using Windows 10 or 11, knowing how to make teams not open on startup can improve your computer performance.

This article offers several methods to stop Teams from starting automatically. You can also choose to uninstall the app if you don’t need it at all.

You can adjust Microsoft Teams’ behavior to match how you use your computer better, ensuring faster performance. Only the programs you want will be available when you want them.

FAQ

Go to the Settings menu and choose “Apps.” You’ll get a list of the installed programs, including Microsoft Teams. Click on the three-dot to expand the options and click “Uninstall.” Make sure to back up any crucial information before deleting it.

Microsoft Teams’ startup settings may cause it to keep opening automatically. Depending on these settings, the application may or may not start on your PC. So if you want to know how to remove Microsoft Teams from startup, you need to disable the app in Task Manager.

It’s easy to disable Microsoft Teams temporarily. You can end an application’s background operation by right-clicking on its icon in the Windows system tray and selecting “Quit” or “Exit.” Microsoft Teams will be shut down and won’t work again unless you manually reopen it.

Remember that this is only a temporary fix; the program will restart when you launch it. If you want to disable it permanently, switch it off from the Task Manager.

Sometimes, Microsoft Teams alerts can result in annoying pop-up messages. You can change the settings in the Teams program to control these notifications. Click on your profile image in Teams, choose “Settings,” and go to the “Notifications” section on Windows to change these settings.

Even when the app is minimized, Microsoft Teams functions in the background. This ensures you are always connected to the system for calls, messaging, and collaboration. That helps you stay informed about your team’s activities and receive notifications.

You can change its starting settings or close the application when you’re not using it actively if you’d like to restrict its background activity. Changing these settings may impact your team’s real-time communication and collaboration features.

  • Home
  • News
  • How to Stop Microsoft Teams from Opening on Startup on Win 10/11?

By Stella | Follow |
Last Updated

If you don’t want Microsoft Teams to launch on startup, do you know what you should do on your Windows 10/11 computer? In this post, MiniTool Software will show you how to stop Teams from opening on startup using three easy and effective methods.

If your Microsoft Teams is opening automatically on startup, you may want to disable this feature since you don’t use it very often. Well then, how to stop Teams from opening on startup? You can disable it via Task Manager or Settings. You can also modify the related Registry Key using Registry Editor to disable Microsoft Teams from startup.

Tip: MiniTool Power Data Recovery is professional data recovery software that can rescue all kinds of files from your data storage devices. As long as your files are not overwritten by new data, you can use this software to get them back.

MiniTool Power Data Recovery TrialClick to Download100%Clean & Safe

How to Stop Microsoft Teams from Opening on Startup?

You can find three methods to prevent Microsoft Teams from starting in this part. These 3 methods work on both Windows 10 and Windows 11.

Way 1: Disable Microsoft Teams from Startup via Task Manager

The normal method to disable a program from opening on startup is to use Task Manager. You can also use this method to disable Microsoft Teams from startup:

Step 1: Right-click on Start and select Task Manager.

Step 2: Click More details if you only see a few running programs.

Step 3: Switch to the Startup tab.

Step 4: Find Microsoft Teams and right-click it. Then select Disable. You can also right-click Microsoft Teams and directly click the Disable button to disable Microsoft Teams startup.

disable Microsoft Teams from startup via Task Manager

  • How to Disable Startup Programs Windows? Here Are Answers

Way 2: Stop Microsoft Teams from Opening on Startup via Settings

You can also use the Settings feature of Microsoft Teams to disable the auto-start feature. Here is how to disable Microsoft Teams from startup through this way:

Step 1: Open Microsoft Teams.

Step 2: Click the 3-dot menu next to your profile picture, then select Settings.

Step 3: Clear the checkbox next to Auto-start Teams.

stop Microsoft Teams from opening via Settings

Way 3: Prevent Microsoft Teams from Opening on Startup by Modifying Registry Key

You can also delete the entry for Microsoft Teams from Registry to stop Teams from opening on startup. However, serious problems might happen if you modify the registry key incorrectly. So, to protect your computer, you’d better back up your registry key in advance. After that, you should follow these steps carefully to disable Teams auto-startup:

Step 1: Press Win+R to open Run.

Step 2: Type regedit into the Run box and press Enter to open Registry Editor.

Step 3: Go to this path:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

Step 4: Find Microsoft Team from the right panel, then right-click it.

Step 5: Select Delete from the context menu to delete the entry for Microsoft Teams.

Step 6: Restart your computer. You should find that Microsoft Teams will not automatically start when you boot your computer.

delete the entry for Microsoft Teams from Registry

These are the 3 methods to stop Microsoft Teams from opening on startup on your Windows 10/11 computer. You can select a suitable method according to your situation. Should you have any other related issues, you can let us know in the comments.

About The Author

Position: Columnist

Stella has been working in MiniTool Software as an English Editor for more than 8 years. Her articles mainly cover the fields of data recovery including storage media data recovery, phone data recovery, and photo recovery, videos download, partition management, and video & audio format conversions.

Microsoft Teams is a powerful collaboration tool, but if you find it launching automatically when you start your computer, it can be a bit intrusive. In this guide, we’ll show you how to stop Microsoft Teams from opening on startup, allowing you to have more control over when you use the application. We’ll guide you through the steps to customize its startup behavior on your computer, giving you the flexibility to open Teams manually. Let’s explore how to prevent Microsoft Teams from automatically launching when you boot up your PC.

How to stop Microsoft Teams from opening on startup Windows 10

Table of Contents

Note: If the application is prevented from running in the background, you might experience a delay in the message notifications or you may not receive them at all.

Pro Tip: Update Microsoft Teams Before Disabling Auto-Launch Feature

Sometimes, Teams auto-start feature won’t disable even when you did it manually. This might be because of the outdated version of Teams. Follow these steps to update Microsoft Teams and then, disable Microsoft Teams auto launch on Windows 10:

1. Launch Microsoft Teams and click the three-dotted icon.

2. Select the Check for updates option, as shown.

In the Teams, click three dot icon and choose Check for updates from the menu. How to Stop Microsoft Teams from Opening on Startup

3. Microsoft Teams will automatically update, if there is any update available.

4. Follow any of the given methods to disable the auto-start feature.

Also Read: How To Set Microsoft Teams Status As Always Available

Method 1: Through Teams General Settings

Luckily, Microsoft included the option to disable Auto-Start from the Teams application setting itself. Follow the below steps to do so:

1. Hit the Windows key and type Microsoft Teams, then click on Open, as shown.

2. Click on the three-dotted icon near your Profile icon and choose Settings as depicted.

click on three dots icon and select Settings in Microsoft Teams. How to Stop Microsoft Teams from Opening on Startup

Note: Another quick way to disable Teams Auto-Start settings is to right-click on the application icon in the Taskbar and go to Settings.

3. Go to the General settings tab, and uncheck the following options to prevent Teams from running in the background and draining your laptop battery:

  • Auto-start application
  • Open the application in the background
  • On close, keep the application running

uncheck disable auto startup option in Microsoft Teams General Settings

Also Read: How to Stop Microsoft Teams Pop up Notifications

Method 2: Through Task Manager

In previous versions of Windows OS, all startup applications and their associated actions could be found in the System Configuration application. However, the Startup application settings have since been moved to the Task Manager. You can disable Microsoft Teams Auto launch on Windows 10 from Task manager:

1. Press the Ctrl + Shift + Esc keys simultaneously to open Task Manager.

2. Navigate to the Startup tab.

Note: Click on More details option to view Task Manager in detail.

3. Locate Microsoft Teams, right-click on it, and choose Disable from the menu.

right click Microsoft Teams and select Disable

Method 3: Through Windows Settings

The list of Startup applications displayed in the Task Manager can also be found in Windows Settings. Here’s how to stop Microsoft Teams from opening on startup through Windows Settings:

1. Press Windows + I keys together to launch Windows Settings.

2. Click Apps settings then go to the Startup settings menu in the left pane.

4. Locate Microsoft Teams and switch Off the toggle for the app.

Note: You can sort the applications alphabetically or based on their Startup impact.

switch off the toggle for Microsoft Teams in Startup Settings

Also Read: Fix Microsoft Teams Keeps Restarting

Method 4: Through Registry Editor

When Microsoft Teams first started to be bundled with the Office 365 suite, there was no easy way to prevent it from auto-starting. For some reason, the application couldn’t be found in the list of Windows startup applications and the only way to disable it from starting automatically was to delete the program registry entry.

Note: We advise you to be extremely careful when modifying Windows registry as any mishaps can lead to a greater number of issues, even some serious ones. 

1. Press Windows key + R to launch Run dialog box,

2. Type regedit, and hit Enter key to launch Registry Editor.

Type regedit, and hit Enter key to launch the Registry Editor. How to disable Microsoft Teams auto launch on Windows 10

3. Click on Yes in the ensuing User Account Control prompt to continue.

4. Navigate to the location path given below from the address bar:

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Copy-paste the below path in the address bar. How to Stop Microsoft Teams from Opening on Startup

5. On the right pane, right-click on com.squirrel.Teams.Teams (i.e. the Microsoft Teams value) and select Delete option, shown highlighted.

On the right pane, right click on com.squirrel.Teams.Teams and choose Delete from the menu. How to disable Microsoft Teams auto launch on Windows 10

Recommended:

  • Fix .NET Runtime Optimization Service High CPU Usage
  • Fix Computers Not Showing Up on Network in Windows 10
  • How to Stop Microsoft Teams from Opening Automatically on Windows 11
  • How to Change Microsoft Teams Profile Avatar

Hope the above methods helped you learn how to stop Microsoft Teams from opening on startup. Also, if you have any queries/suggestions regarding this article, then feel free to drop them in the comments section. 

MIcrosoft Teams disable auto-start

MIcrosoft Teams disable auto-start

Microsoft Teams is a great real-time collaboration and messaging tool that more people are using not only to communicate with colleagues around the office, but also to host meetings and presentations remotely for those people who work from home or another location.

The only caveat about Teams is that after the installation, the app will start automatically after booting your computer, even if you don’t need to use it. However, you can disable this behavior by changing the settings within the app or using the Settings app.

In this guide, you’ll learn the steps to disable the option that allows Microsoft Teams to start automatically on Windows 10.

  • How to disable Microsoft Teams auto-start using app
  • How to disable Microsoft Teams auto-start using Settings

How to disable Microsoft Teams auto-start using app

Stop Teams from launching automatically on Windows 10:

  1. Open Microsoft Teams.

  2. Click on your account icon to open the main menu.

  3. Select the Settings option.

    Microsoft Teams main menu

    Microsoft Teams main menu
  4. Click on General.

  5. Under the “Application” section, clear the Auto-start application option.

    Microsoft Teams disable auto-start option

    Microsoft Teams disable auto-start option

Once you complete the steps, after restarting your computer, Microsoft Teams will no longer start automatically upon signing into your account.

How to disable Microsoft Teams auto-start using Settings

Prevent Teams from opening automatically on startup:

  1. Open Settings.

  2. Click on Apps.

  3. Click on Startup.

  4. Turn of the Microsoft Teams toggle switch.

    Startup settings disable Teams

    Startup settings disable Teams

After you complete the steps, Teams won’t start automatically on startup.

While the steps using the Settings app will only work on Windows 10, you can use the app steps on supported platforms, including macOS and Linux.

If you don’t use the app, but it was installed automatically on your device, you can use these steps to uninstall Microsoft Teams.

Mauro Huculak is a
Windows How-To Expert and founder of

Pureinfotech
(est. 2010). With over 21 years as a technology writer and IT Specialist,
Mauro specializes in Windows, software, and cross-platform systems such as Linux, Android, and macOS.

Certifications:

Microsoft Certified Solutions Associate (MCSA),


Cisco Certified Network Professional (CCNP),


VMware Certified Professional (VCP),
and

CompTIA A+ and Network+.

Mauro is a recognized Microsoft MVP and has also been a long-time contributor to Windows Central.

You can follow him on

YouTube,
Threads,
BlueSky,
X (Twitter),
LinkedIn and
About.me.
Email him at [email protected].

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Windows 10 восстановление особые варианты загрузки
  • Matlab windows 10 crack
  • Код ошибки 0х80070490 как исправить windows 10
  • Intel z390 windows 7
  • При выключении компьютера пишет что он используется другим пользователем windows 10