Share via

Team app can not login when computer restart

Hsu Yao Chang 1 Reputation point
2026-06-12T12:26:11.32+00:00

Hi,

I face one question about team user can not login team app . When I try to clean team app cache and restore it, the user can login team app normally, but when then computer restart, the user can not login in.

I check log , it show information as list

0x00001d30(ERR) WIL:ms-teams.exe!00007FF7A086C44E:(caller:00007FF7A086686B) exception(1) tid(1d30) 80070032 not support the request.0x00001d30 <ERR> WIL: d:\a_work\1\s\src\webview\webview__control_win.cpp(1410)\ms-teams.exe!00007FF79FCD2C78:(caller:00007FF79FCC23A9) LogHr(6) tid(1d30) 80004002 not support the interface

Kindly help me about it. Thanks.

Microsoft Teams | Microsoft Teams for business | Sign up and Sign in | Sign in
0 comments No comments

3 answers

Sort by: Most helpful
  1. Hsu Yao Chang 1 Reputation point
    2026-06-12T14:20:00.5566667+00:00

    Thanks,

    I will try in business work day.

    Additional information: I have try create a new user profile, but the condition is the same,

    Team app version is 26120.3106.4722.3411, I find normally the applcation program, data should have disk size, but the computer is zero.

    normal

    Was this answer helpful?


  2. Ana Le 1,025 Reputation points Independent Advisor
    2026-06-12T12:43:11.2633333+00:00

    Hi @Chang,
    From your description, it sounds like clearing the Teams cache temporarily resolves the issue, but the problem returns after the device is restarted. This may indicate a problem with the local Teams profile, WebView2 components, Windows user profile, or a security policy that recreates or corrupts Teams data at startup.

    I suggest trying the following steps:

    1. Confirm that Microsoft Edge WebView2 Runtime is installed and up to date: https://developer.microsoft.com/microsoft-edge/webview2/
    2. Fully sign out of Teams and remove the local Teams identity data:
      • Exit Teams completely.
      • Open Credential Manager and remove any Microsoft Teams or Microsoft 365 related credentials.
      • Clear the Teams cache again.
      • Restart the device and sign in to Teams.
      1. Create a new Windows user profile and test Teams there. If Teams works correctly under a new profile, the issue may be related to corruption within the original Windows profile.
      2. Check whether any endpoint security software, profile management solution, login script, or Group Policy is deleting or modifying Teams data during startup or sign-in.

    Could you also confirm:

    • Which version of the new Teams client is installed?
    • What Windows version and build are being used?
    • Does the issue affect only one user or multiple users?
    • Is the device Microsoft Entra ID joined, domain joined, or standalone?

    These details will help narrow down whether this is a client-side profile issue, a WebView2 problem, or an environment-specific configuration issue.

    Was this answer helpful?

    0 comments No comments

  3. AI answer

    2026-06-12T12:26:49.2166667+00:00

    The behavior indicates a recurring Teams sign-in/startup issue tied to the local profile and system configuration rather than a one‑time cache problem. After cache cleanup, Teams works once, but fails again after reboot, so persistent environment or profile issues must be addressed.

    Use the following sequence, prioritizing the documented checks and fixes.

    1. Run the Teams launch diagnostic script (recommended)
    • Use the documented TeamsLaunchCheck.ps1 PowerShell script to automate all required checks for the new Teams app startup issues.
    • This script runs the same checks described below (reparse points, environment variables, permissions) and is the preferred option.
    1. Manually verify shell folders and environment variables If the script is not used, perform the manual checks:
    1. Check Cookies and Cache shell folders for reparse points
    • Run in PowerShell:
        (gp ([environment]::getfolderpath("Cookies"))).Attributes -match 'ReparsePoint'
        (gp ([environment]::getfolderpath("InternetCache"))).Attributes -match 'ReparsePoint'
      
    • If both commands return False, continue to the next step.
    • If either returns True, update the corresponding registry entry so it points to a non‑reparse path:
      • Open Registry Editor and go to: Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
      • Set the value to the default path, for example:
        • Cookies%USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies
        • Cache%USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache
    • Back up the registry before editing and follow change procedures carefully, as incorrect edits can cause serious problems.
    1. Check TEMP and TMP environment variables
    • Run in PowerShell:
        gci env:* | ?{@("TEMP", "TMP").Contains($_.Name)} | %{$_.Value+" - "+((gp $_.Value).Attributes -match 'ReparsePoint')}
      
    • If the output ends with False for both variables, continue.
    • If any returns True, change the TEMP/TMP values to a folder that is not a reparse point (for example, a normal local path). Use the documented set command guidance to adjust environment variables.
    1. Verify AppData permissions Ensure the user has at least Read permission to all required AppData paths. Lack of access can cause Teams to fail at startup after reboot.

    Check that the user can read these directories:

    • %USERPROFILE%\AppData\Local
    • %USERPROFILE%\AppData\Local\Microsoft
    • %USERPROFILE%\AppData\Local\Microsoft\Windows
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\Explorer
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\History
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\History\Low
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\History\Low\History.IE5
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\IECompatCache
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\IECompatCache\Low
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\IECompatUaCache
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\IECompatUaCache\Low
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCache
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies\DNTException
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies\DNTException\Low
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies\Low
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies\PrivacIE
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\INetCookies\PrivacIE\Low
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\PPBCompatCache
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\PPBCompatCache\Low
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\PPBCompatUaCache
    • %USERPROFILE%\AppData\Local\Microsoft\Windows\PPBCompatUaCache\Low
    • %USERPROFILE%\AppData\Local\Microsoft\WindowsApps
    • %USERPROFILE%\AppData\Local\Packages
    • %USERPROFILE%\AppData\Local\Packages\VirtualizationTests.Main__8wekyb3d8bbwe\LocalCache
    • %USERPROFILE%\AppData\Local\Publishers
    • %USERPROFILE%\AppData\Local\Publishers\8wekyb3d8bbwe
    • %USERPROFILE%\AppData\Local\Temp
    • %USERPROFILE%\AppData\LocalLow
    • %USERPROFILE%\AppData\LocalLow\Microsoft
    • %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer
    • %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\DOMStore
    • %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\EdpDomStore
    • %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\EmieSiteList
    • %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\EmieUserList
    • %USERPROFILE%\AppData\LocalLow\Microsoft\Internet Explorer\IEFlipAheadCache
    • %USERPROFILE%\AppData\Roaming
    • %USERPROFILE%\AppData\Roaming\Microsoft
    • %USERPROFILE%\AppData\Roaming\Microsoft\Crypto
    • %USERPROFILE%\AppData\Roaming\Microsoft\Internet Explorer
    • %USERPROFILE%\AppData\Roaming\Microsoft\Internet Explorer\UserData
    • %USERPROFILE%\AppData\Roaming\Microsoft\Internet Explorer\UserData\Low
    • %USERPROFILE%\AppData\Roaming\Microsoft\Spelling

    If any of these paths are redirected, locked down, or on unavailable storage at logon, adjust the configuration or permissions so they are accessible.

    1. Reinstall Teams if sign-in still fails If the above checks do not resolve the issue and the problem persists after reboot:
    1. Uninstall Teams from the device.
    2. Go to %appdata%\Microsoft and delete the Teams folder.
    3. Download and reinstall Teams, preferably by running the installer as administrator (right‑click → Run as administrator).
    1. Escalate with logs if unresolved If none of these steps resolves the problem, collect Teams debug logs and the error code shown on the Teams sign-in screen, then open a support request so the issue can be investigated further.

    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.