Windows 10
Version 1.1 by Sebastian Marsching on 2022/05/29 12:30
Problems with Windows Update
Error 0x80244007
I got error 0x80244007 on a Windows 10 computer after running the Server Cleanup Wizard on the WSUS server. In my case, deleting C:\Windows\SoftwareDistribution\DataStore\DataStore.edb like suggested here worked:
net stop wuauserv
del C:\Windows\SoftwareDistribution\DataStore\Datastore.edb
net start wuauserv
wuauclt /detectnow
del C:\Windows\SoftwareDistribution\DataStore\Datastore.edb
net start wuauserv
wuauclt /detectnow