Hi Dan Hines1,
the error code 80070057 usually indicates that there is a problem with the Windows Update components or the update files themselves. Here are some steps you can try to resolve the issue:
- Run the Windows Update troubleshooter. This tool can automatically detect and fix common issues with Windows Update. To run the troubleshooter, go to Settings > Update & Security > Troubleshoot > Windows Update.
- Reset the Windows Update components. You can do this by running the following commands in an elevated Command Prompt:
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
- Manually download and install the cumulative update. You can download the update from Microsoft Update Catalog and install it manually.
- Check the system files for corruption. You can use the System File Checker (SFC) tool to scan for and repair corrupted system files. To run SFC, open an elevated Command Prompt and type "sfc /scannow".
Hope it helps.
Kind regards,
Lei