I’m in an InTune managed environment (AzureAdJoined to Entra). Months ago, my update ring was changed from General to Pre-release – Windows Insider. That caused some driver compatibility issues and was reverted to General Availability.
Since leaving Windows Insider, every Patch Tuesday delivered through Windows Update installs successfully and reboots as required. Subsequently, Check for Updates re-downloads and re-installs (though never reboots) that month’s Patch Tuesday update.
I’ve tried the Windows Update Troubleshooter which reports finding some unspecified issue but does not fix the problem. I’ve also done (and do fairly regularly):
chkdsk.exe /scan C:
DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow
With no detections.
This is my registry build information:
(Get-ItemProperty -Path 'HKLM:SOFTWAREMicrosoftWindows NTCurrentVersion' | Select-Object ProductName, ReleaseId, CurrentBuild, CurrentBuildNumber, CurrentVersion, DisplayVersion, EditionID)
ProductName : Windows 10 Pro
ReleaseId : 2009
CurrentBuild : 22631
CurrentBuildNumber : 22631
CurrentVersion : 6.3
DisplayVersion : 23H2
EditionID : Professional
I would like to stop this cycle because it demonstrates something is not consistent in Windows Update. Any ideas?