Forum Discussion
Briefly-icy
Dec 10, 2024Copper Contributor
Can't update windows 11 (Install error - 0x800736cc)
I am currently enrolled in the Windows 11 Dev Channel. Current Windows Version and Edition: Windows 11 Version 24H2 (OS Build 26120.1350) The version I am trying to update to: Windows 11 Insi...
kyazaferr
Dec 11, 2024MCT
Windows Update Diagnostic Commands
# Stop Windows Update Services
net stop wuauserv
net stop bits
net stop cryptsvc
# Reset Windows Update Components
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
# Restart Services
net start wuauserv
net start bits
net start cryptsvc