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
Registry and Temporary File Cleanup
# Clear Windows Update Cache
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /f
# Remove Temporary Update Files
del /q/f/s %SystemRoot%\Downloads\*
Frederickk
Dec 20, 2024Iron Contributor
Does clearing the Windows Update cache and removing temporary files help resolve specific system issues, like slow updates or storage problems?
Also, if you're clearing temporary update files with the command del /q/f/s %SystemRoot%\Downloads\*, be sure you don’t remove any files that might be important for pending updates. You might want to check if any files are still pending in the Windows Update process before you clear them.
Let me know how it's going or if you need more advice!