Share via

Microsoft signing in error

Primo 0 Reputation points
2024-04-07T16:51:04.74+00:00

Whenever I try to sign in with my microsoft account in an app, an error occurs and I can't sign in. What happens is that when I click sign in and select the account I want to sign in with, it starts loading and then a gray screen pops up for a split second, closes, and then the signing in process gets interrupted and I'm not signed in. This only happens when I try to sign in in an app, and not when I sign into websites

Windows for business | Windows Client for IT Pros | User experience | Other

1 answer

Sort by: Most helpful
  1. S.Sengupta 30,906 Reputation points MVP Volunteer Moderator
    2024-04-12T01:30:55.8566667+00:00

    Open Windows PowerShell and select Run as administrator.

    In the PowerShell console, type the following command and press Enter:

    Get-AppXPackage Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    For all users:

    In the PowerShell console, type the following command and press Enter:

    Get-AppxPackage -AllUsers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    You may also perform a Clean Boot to eliminate the possibility of any 3rd party software interference,

    You may create another Microsoft account to check the issue.

    Was this answer helpful?

    0 comments No comments

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.