Scan and fix corrupted Windows system files
Start a command prompt with administrative privileges, then run
sfc /scannow
If the result shows that corrupted files were found run one of these checks:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
Fix the corrupted files:
Dism /Online /Cleanup-Image /RestoreHealth