Method 1:
Clear Windows update temp files:
Run the following commands, and press Enter after each command:
Net stop wuauserv
cd %systemroot%
Ren SoftwareDistribution SoftwareDistribution.old
Net start wuauserv
Method 2:
- Go into “C:\Windows\SoftwareDistribution\Download” and delete everything in that folder.
- Now, run the command prompt as an administrator. Type in “wuauclt.exe /updatenow”.
- Go to your Control Panel > Windows Update and your Windows 10 should start re-downloading from scratch, hopefully without flaws this time.