1
Click your Start Button, type winver and hit Enter
Please provide a screenshot of the resulting dialog.
2
Open the Settings App
Go to Windows Updates
Please provide a screenshot of that window
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Trying to update windows but it keep coming back with this error and i have tried all the fixes i can find on the internet but it still has the exact same error code, someone please help
1
Click your Start Button, type winver and hit Enter
Please provide a screenshot of the resulting dialog.
2
Open the Settings App
Go to Windows Updates
Please provide a screenshot of that window
The error code 0x80245006 typically indicates a problem with the Windows Update service, particularly related to the Windows Update Agent. Here are some steps you can try to resolve this issue:
services.msc in the Run dialog (Win + R) and checking the following services:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
Then try updating again.sfc /scannow in an elevated Command Prompt. This will scan and repair any corrupted system files.If these steps do not resolve the issue, consider checking for more specific solutions related to the error code or contacting Microsoft Support for further assistance.
References: