Running sfc/dism
Run command prompt as administrator.

cmd.exe
in search and press "Run as administrator".Run next commands in order:
sfc /scannow
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth

After it's finished, additionally you can run
chkdsk /f /r /x
to check your drive for corruptions.

After you'll press Y, reboot your PC.

Last updated