Fix Windows 11 Updates Repeatedly Failing With 0x80070643 Error

Quick fix: 0x80070643 means “installation failure: fatal error during installation.” Common cause: WinRE partition too small. To fix: Settings → System → Recovery → Advanced startup → Restart now → Troubleshoot → Advanced → Command Prompt. Run reagentc /disable, then re-resize partition (250MB+ recommended). Or use Microsoft’s “Update for Windows Recovery Environment” tool. 0x80070643 is … Read more

Fix Microsoft Store Greys Out the Install Button After License Reset

Quick fix: Run wsreset.exe from Run dialog. Or sign out of Microsoft Store and sign back in. If button still greyed out: open PowerShell (Admin) and run Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppxManifest.xml”}. Reboot. Microsoft Store now offers Install button normally. After certain operations (license reset, account switch, region change), Microsoft Store … Read more

Fix Windows 11 Cannot Find Recovery Image on the Hidden Partition

Quick fix: Recovery image (WinRE.wim) typically lives on a hidden 500-700MB Recovery partition. To check: reagentc /info in Admin Command Prompt. If empty / disabled: locate WinRE.wim. Download Windows 11 ISO, mount, copy install.wim’s WinRE.wim from it. Place in C:\Recovery\WindowsRE\. Run reagentc /setreimage /path C:\Recovery\WindowsRE then reagentc /enable. Windows can’t find the recovery image during … Read more

Why Windows 11 Update Assistant Restarts the Download Repeatedly

Quick fix: Stop and delete leftover download state. Close Update Assistant. Open Task Manager → End any Windows10Upgrade / setupprep processes. Delete folders: C:\$Windows.~BT, C:\Windows10Upgrade, and %LocalAppData%\Microsoft\Windows10Upgrade. Download fresh Update Assistant from microsoft.com/software-download/windows11. Run as Admin. Ensure 25GB+ free disk space. Connect to a stable Wi-Fi or wired network. Update Assistant downloads files, fails (network … Read more

Why Microsoft Account Email Shows in Settings and How to Hide It

Quick fix: Microsoft account email shows in Settings → Accounts → Your info, in Sign-In screen, and in some apps. To hide: Settings → Accounts → Your info → switch to a local account (no Microsoft email shown). For sign-in screen privacy: gpedit.msc → Interactive logon: Don’t display username at sign-in → Enabled. Or registry: … Read more

Fix Microsoft Store Auto-Updates Pinned Apps Without Permission

Quick fix: Microsoft Store doesn’t differentiate pinned vs unpinned apps for updates. To stop pinned apps from auto-updating: disable Store auto-update entirely (Store → profile → App settings → toggle App updates off). Then manually update when ready: Library → Get updates. For specific app you want to keep frozen: use winget pin: winget pin … Read more

Why Default System Sounds Cannot Be Changed Easily on Windows 11

Quick fix: Windows 11’s default sounds (logon, notification) are baked into Windows. To change: Sound Control Panel (mmsys.cpl) → Sounds tab → pick a Program Event → pick sound from list or Browse to .wav file. Save as new scheme. For complete custom: replace files at C:\Windows\Media (requires Admin + take ownership). Windows 11 has … Read more

Why Microsoft Store Skips Optional Component Installs on Windows 11

Quick fix: Microsoft Store sometimes skips optional in-app components (extensions, voice packs, content packs). Open the app post-install → Settings → check for “Download additional content” or similar. For apps like Microsoft Translator, Maps, Office: open the app, accept the prompt to download. For developer testing: install via .appxbundle directly with dependencies. Apps with main … Read more