Fix Optional Driver Updates Reinstalling Replaced Drivers on Windows 11

Quick fix: Run wushowhide.diagcab after installing your preferred driver. Select Hide updates and pick the unwanted driver from the list. Windows Update will stop offering it. For chronic offenders across many machines, use the registry value ExcludeWUDriversInQualityUpdate to block all driver updates from Windows Update. You installed a specific NVIDIA, Intel, or Realtek driver because … Read more

How to Set a Maintenance Window That Survives Cumulative Update Reboots

Quick fix: Set a Group Policy maintenance window via Computer Configuration → Administrative Templates → Windows Components → Windows Update → Manage end user experience → Configure Automatic Maintenance Activation Boundary. The boundary is preserved across cumulative updates; Active Hours alone is not. You configured Active Hours to run from 7 AM to 11 PM, … Read more

Why Update Health Tools Reinstall Themselves After a Removal Attempt

Quick fix: Update Health Tools (KB4023057, often appearing as “Microsoft Update Health Tools” in installed apps) reinstalls because Windows Update considers it required for fixing update issues. Remove it via PowerShell, then block reinstall via wushowhide.diagcab targeting the specific KB. You see “Microsoft Update Health Tools” in installed apps. You uninstall it. A few days … Read more

Fix .NET Update Failing With 0x80092004 on Windows 11

Quick fix: 0x80092004 is CRYPT_E_NOT_FOUND — a required certificate or key is missing. For .NET updates, this usually means a corrupted catroot2 cache. Stop the Cryptographic Services, delete C:\Windows\System32\catroot2, restart the service, and retry the update. You ran Windows Update and a .NET cumulative update failed with error 0x80092004. The error code refers to cryptographic … Read more

Why Windows 11 Update History Is Missing Entries and How to Restore It

Quick fix: The Settings → Windows Update → Update history view sometimes hides older entries. Run wmic qfe list in Terminal to see the full installed-KB list, or query the Windows Update history programmatically via PowerShell’s Get-HotFix for an authoritative record. You go to Settings → Windows Update → Update history to check whether a … Read more

How to Export Windows Update Logs for Troubleshooting

Quick fix: Open Terminal (Admin) and run Get-WindowsUpdateLog. PowerShell merges all ETL trace logs and writes a readable WindowsUpdate.log to your Desktop within a minute. The log contains every Windows Update Agent event with timestamps, error codes, and detailed sub-component breakdowns. Windows Update is failing with cryptic error codes (0x80070002, 0x800F0922, 0x80240034). The Settings UI … Read more

How to Schedule Restart for Updates on a Specific Day of the Week

Quick fix: Open Settings → Windows Update → Advanced options → Active hours and set Manually mode covering everything except your chosen restart window. For per-day-of-week control, use Group Policy: Configure Automatic Updates + Schedule day, or set the matching registry keys on Home edition. Windows 11’s default restart-for-updates behavior is “outside active hours,” which … Read more

How to Roll Back a Specific KB While Keeping Later Quality Updates

Quick fix: Open Settings → Windows Update → Update history → Uninstall updates, find the specific KB, and remove it. Then hide it from re-install with wushowhide.diagcab so future Check for updates calls don’t reinstall it. Other quality updates that came afterward stay installed. A specific Windows 11 cumulative update broke something — printing, a … Read more

Why Optional Updates Are Not Showing on Windows 11 and How to Reveal Them

Quick fix: Open Settings → Windows Update → Advanced options → Optional updates. If the section shows “No updates,” tick Receive updates for other Microsoft products on the Windows Update main page. Optional updates often appear there only after enabling Microsoft updates from other products. You’re looking for a specific optional driver, preview feature update, … Read more