[SOLVED] Windows 2019 1809 Update Issue

However, once back on WSUS, I encountered error 0x8024500C.
This is the same error I mentioned before and has to due with some WSUS policy issues, so I would check all the WSUS settings first and ensure the required ports are open and not blocked by a firewall.
 
This is not a policy or network flow issue because the Windows Defender updates installed this morning. Only the CU is not installing.
 
Hmm, the CBS logs are clean so it could be an issue with the DataStore. So please try the following.

Code:
net stop wuauserv
net stop bits
ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
net start wuauserv
net start bits
 
Hmm, are the options 'Defer feature updates' or 'Select when Feature Updates are received' or 'Select when Quality Updates are received' enabled?
 
Last edited:
Okay, I'll refer to these pages. But I consider the problem solved, since I managed to install KB5053596. We'll see about the next CU. :ROFLMAO:

Thank you so much Maxstar for your help. 🙏
 
You're welcome. This was the first time I've seen this error, and let me know if deleting the 'ExcludeWUDriversInQualityUpdate' value definitively fixed the issue!
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top