Fix Windows 11 Feature Update Loop That Reinstalls Itself
Quick fix: Open Terminal (Admin), reset the Windows Update components with net stop wuauserv && net stop bits && ren C:\Windows\SoftwareDistribution SoftwareDistribution.old && ren C:\Windows\System32\catroot2 catroot2.old && net start wuauserv && net start bits. Then run wuauclt /resetauthorization /detectnow. If the update still reinstalls itself in a loop, use wushowhide.diagcab from Microsoft to permanently hide … Read more