Hi All,
same problem with KB4592438 but with Error 0x80070002 , coming from version 19042.630 , several attempts with DISM and SFC but no success, nor offline KB4592438 installation. WU stopped working
After reading a lot on the web I tried this metod here found on this link
Error 0x80070002 - Windows Update - Microsoft Community:
Open administrative Command Prompt and type following commands one-by-one followed by Enter key.
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Close Command Prompt and see if Windows Updates works then
The two ren commands did not work for me since the paths were not found on my machine so I skipped them
After closing the command prompt I relaunched the Windows Updates procedure, KB4592438 was downloaded. Did a restart and at the end the update was successfully installed, now I am with 19042.685.
Hope it can help
M.