New
#11
As you have restarted by the power button, some files may be corrupted.
Do the basic tasks below for each OS
Open a CMD window as administrator and type:
chkdsk c: /f
It will say your disk is in use and ask if you want to schedule to next start = yes
Restart
Pay attention on the results, specially bad blocks, bad clusters, bad sectors etc
Back to Windows, open a CMD window as administrator and type:
sfc /scannow
If it finds any corrupted files, fixing or not, reboot and run again
Then run
Dism /Online /Cleanup-Image /ScanHealth
and
Dism /Online /Cleanup-Image /RestoreHealth