Customise Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorised as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.

No cookies to display.

Fix issues with modern authentication on Windows 10

Share this post:

Example:

  • Outlook Auth  => Needs Password over & over again or, very fast auth screen pop-up disappears without successful authentication
  • In settings /Accounts /Email & Accounts/Accounts used by other apps/ adding a work or school account does not work
  • In settings / System /Shared experiences the fix button doesn’t work
  • C:\Users\%username%\AppData\Local\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\
    Is empty or corrupted

FIX for AAD accounts:

In an elevated PowerShell run

if (-not (Get-AppxPackage Microsoft.AAD.BrokerPlugin)) { Add-AppxPackage -Register “$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\Appxmanifest.xml” -DisableDevelopmentMode -ForceApplicationShutdown } Get-AppxPackage Microsoft.AAD.BrokerPlugin

Fix for MSA Accounts:

C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy

Is empty or corrupted

In an elevated PowerShell run

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

source: <https://docs.microsoft.com/en-us/office365/troubleshoot/authentication/automatic-authentication-fails>

Share this post:

1 comments

    • greenberg on September 20, 2022 at 3:06 am
    • Reply

    Ӏt’s going to be end of mіne day, but beforе ending I am reading thіs great
    piecе of writing to increase my knowⅼеdgе.

Leave a Reply to greenberg Cancel reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.