Share via

Can't activate Office as login window disappears

Anonymous
2022-05-29T12:31:43+00:00

I tried to activate my Office 365 installation through signing in to my Microsoft account, but the login dialog closed itself before I could get to enter my password. The exact same issue was already described in https://answers.microsoft.com/en-us/msoffice/forum/all/unable-to-activate-office-365-apps-windows/7789bbe9-08e8-457b-b866-803570616d16.

Microsoft 365 and Office | Install, redeem, activate | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2022-05-29T12:34:57+00:00

    Solution

    The solution described at https://docs.microsoft.com/en-us/office365/troubleshoot/authentication/automatic-authentication-fails#resolution eventually worked for me.

    TL;DR

    Run the following command in PowerShell:

    if (-not (Get-AppxPackage Microsoft.Windows.CloudExperienceHost)) { Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\Appxmanifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown } Get-AppxPackage Microsoft.Windows.CloudExperienceHost
    

    During my research I also came across https://docs.microsoft.com/en-us/office/troubleshoot/activation/reset-office-365-proplus-activation-state, which might be helpful for some people, too, but didn't work for me, unfortunately.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2022-06-01T11:53:50+00:00

    Hi n1try

    Thanks for choosing Microsoft Community.

    Glad to hear your issue was resolved, yes, the login window disappearing issue can be fixed according to the methods mentioned in the Microsoft Docs community you found.

    Of course, if you have any other questions in the future, you are also welcome to come to the community to ask questions, and the volunteers and agents in our community will do our best to serve you.

    0 comments No comments