Hi,
In the start menu, type CMD and choose the option "Run as Administrator"
Type the following commands and press Enter after each.
net stop wuauserv
net stop bits
rename c:\windows\SoftwareDistribution SoftwareDistribution.bak
net start wuauserv
net start bits
- At the end of the execution of each command, perform the following commands with CMD with administrator permissions
net stop cryptsvc
md %systemroot%\system32\catroot2.old
xcopy %systemroot%\system32\catroot2 %systemroot%\system32\catroot2.old /s
net start cryptsvc
- Lastly execute the commands
DISM.exe /Online /Cleanup-image /Restorehealth
When finished, execute the following command
sfc /scannow
- Access windows update and check if you have pending updates
Restart your Windows and try to install again.