Fixes
- OneDrive stuck on "Processing changes"RESEARCHED · Confidence 60/100
OneDrive can show "Processing changes" indefinitely for several distinct reasons - an open file, a very large file or PST/OST inside the synced folder, a signed-out account, or leftover hidden/temp files - and the fix differs by cause; if none apply, unlinking and relinking OneDrive resets the sync state.
- SharePoint/OneDrive library folder remains in File Explorer after you stop syncing itRESEARCHED · Confidence 70/100
Stopping sync on a SharePoint/OneDrive for work or school library disconnects the folder but deliberately keeps all previously synced files on disk; the folder must be deleted manually if it is no longer wanted, and re-syncing the same library later creates a new, separately numbered folder rather than reusing the old one.
- Shared mailbox does not automatically appear in Outlook (AutoMapping not working)RESEARCHED · Confidence 65/100
Outlook's AutoMapping relies on Autodiscover reading the mailbox's Full Access permission grants, so a shared mailbox with Full Access does not appear automatically if permissions were granted without AutoMapping enabled, or if the client has not yet re-run Autodiscover; explicitly re-granting Full Access with AutoMapping enabled via Exchange Online PowerShell resolves it.
- Printer redirection does not work in a Remote Desktop / Terminal Server sessionRESEARCHED · Confidence 80/100
Printers (and drives) fail to redirect into a Remote Desktop / Terminal Services session when two specific registry values under the Terminal Server Wds\rdpwd key are both set to 0; setting them to 1 restores redirection.
- Intune Win32 app reports install failure due to a detection rule problemRESEARCHED · Confidence 65/100
A Win32 app in Intune can report as failed even when the installer itself succeeded, because the post-install detection rule did not find what it expected; Intune's own Win32-app logs (IntuneManagementExtension.log and AppWorkload.log) and a version-detection PowerShell snippet from the official troubleshooting guide are the primary tools for isolating the cause.
- User stuck in a repeated Microsoft Entra MFA registration/verification loopRESEARCHED · Confidence 55/100
When a user cannot get past MFA registration or verification, an Authentication Administrator can force a clean re-registration from the Microsoft Entra admin center: "Require re-register MFA" deactivates the user's existing hardware OATH tokens and deletes their phone numbers, Authenticator app registrations, and software OATH tokens, so the user is prompted to set up MFA again from a clean state on next sign-in.
- DISM fails with 0x800f081f: source files could not be foundRESEARCHED · Confidence 60/100
DISM /RestoreHealth reports 0x800f081f when it cannot reach a valid repair source; pointing DISM at an explicit source with /Source and /LimitAccess resolves it when Windows Update is unreachable or blocked.
- Outlook continually prompts for password when connecting to Microsoft 365RESEARCHED · Confidence 75/100
Outlook repeatedly prompts for credentials and shows "trying to connect..." because the Logon network security setting on the account's Security tab is set to something other than Anonymous Authentication; older Outlook builds need this changed manually, newer builds should use the built-in connectivity diagnostic instead.
- Exchange Online NDR 550 5.4.1: Recipient address rejected: Access deniedRESEARCHED · Confidence 65/100
This NDR means Exchange Online's directory-based edge blocking rejected the message because no valid recipient object matches the SMTP address; the fix depends on the scenario, from a simple typo to a hybrid proxy-address resync.