Share via

How do I get outlook and teams to open on startup?

Dale, Jonathan | He/His 0 Reputation points
2026-03-07T13:16:41.9433333+00:00

How do I get outlook and teams to open on startup?

Windows for home | Other | Apps
0 comments No comments

2 answers

Sort by: Most helpful
  1. DYARI BARHAM 34,266 Reputation points Independent Advisor
    2026-03-07T14:47:53.11+00:00

    Hi ,

    I'm Dyari. Thanks for reaching out. I will be happy to assist you in this regard.

    Another easy way to make Outlook and Microsoft Teams start automatically is through Windows Startup Apps settings.

    Kindly, press Ctrl + Shift + Esc to open Task Manager > Startup apps tab >Look for Microsoft Outlook and Microsoft Teams in the list > If either one is Disabled, right-click it and choose Enable >Restart your computer to test.

    Once enabled, Windows will automatically launch them each time you sign in.

    If you don't see them listed, open the app once manually and check the Startup apps list again.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. AI answer

    2026-03-07T13:16:54.06+00:00

    For Outlook and Teams on Windows 10/11 there are two main options: use the Windows Startup folder (works like any other app) or use each app’s own autostart setting (for Teams, especially in VDI scenarios).

    1. Add Outlook and Teams to the Windows Startup folder

    This uses the standard Windows mechanism so the apps start whenever the user signs in.

    1. Press Windows key + R to open the Run dialog.
    2. Enter:
         %AppData%\Microsoft\Windows\Start Menu\Programs\Startup
      
      and press Enter. This opens the Startup folder for the current user.
    3. Open the Start menu, find Outlook and Microsoft Teams in the app list.
    4. For each app (Outlook and Teams):
      • Right‑click the app and choose Open file location (may be under More).
      • In the File Explorer window that opens, select the shortcut for the app, press Ctrl+C to copy.
      • Go back to the Startup folder window and press Ctrl+V to paste the shortcut.

    The next time Windows starts and the user signs in, Outlook and Teams will launch automatically. To stop them autostarting, remove their shortcuts from the Startup folder.

    1. Turn on Teams’ own autostart (especially for VDI)

    Teams also has an internal autostart setting that can be controlled by policy/registry, which is important in Windows 365/VDI environments.

    1. Make sure Teams has been launched at least once for the user (MSIX/UWP apps don’t autostart before first launch).
    2. In Teams, go to SettingsGeneral and enable Autostart Teams.
    3. If the Autostart Teams checkbox is greyed out, a system policy is blocking UWP startup tasks. An administrator can adjust these registry values on the session host/Cloud PC:
         [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
         "EnableFullTrustStartupTasks"=dword:00000002
         "EnableUwpStartupTasks"=dword:00000002
         "SupportFullTrustStartupTasks"=dword:00000001
         "SupportUwpStartupTasks"=dword:00000001
      
      Then restart the VM/Cloud PC so startup options become available in Windows settings.
    4. To programmatically control Teams autostart per user, adjust this key:
         [HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\MSTeams_8wekyb3d8bbwe\TeamsTfwStartupTask]
         "State"=dword:00000002   ; 2 = enabled, 0 = disabled
         "UserEnabledStartupOnce"=dword:00000001
      

    Using both methods together (Windows Startup folder for Outlook, Teams’ own autostart plus optional registry/policy control) ensures both apps open automatically when the user signs in to Windows 365 Business or other Windows for business environments.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.