If Windows is experiencing this type of blue screen or other crashes, files are failing, or some features get corrupted or not working properly.
Two system tools that may be can help.
1. System File Checker (SFC):
using this your Windows system files get scanned. If a file should be modified, it will automatically do it.
2.Deployment Image Servicing and Management(DISM) used in (window10,8):
it repair the underlying system images.
Now lets focus on the steps --
1.Click on the command prompt.
2.Now Type Code:
sfc /scannow
Now after completion of setup go back and click on continue.
If you see-
“Windows Resource Protection found corrupt files but was unable to fix some of them” then, try to open your PC in Safe Mode and runn the command.
If that fails, you can try to boot with your recovery disc .
Or you can also run DISM code to fix the problem of SFC--
Use code-
DISM /Online /Cleanup-Image /RestoreHealth
After this go back and click on CONTINUE If everything was right then it will boot.
You can also try to "RESTORE" and "RESET" options.
If all this get failed, use your bootable disc or any media to repair or install.