My name is Ru. I'm an Independent Advisor and I'll be glad to help you today.
We need to access the Windows Recovery Environment (WinRE) to fix this. Follow the steps below,
You can force Windows to open WINRE. To do so,
- Hold down the power button for 10 seconds to turn off your device.
- Press the power button again to turn on your device.
- On the first sign that Windows has started (for example, some devices show the manufacturer’s logo when restarting) hold down the power button for 10 seconds to turn off your device.
- Press the power button again to turn on your device.
- When Windows restarts, hold down the power button for 10 seconds to turn off your device.
- Press the power button again to turn on your device.
Allow your device to fully restart to enter WinRE.
Once you are in the WINRE menu,
Navigate Troubleshoot >Advanced options > Command prompt
Once you are in the command prompt, you will need to do a few scans.
NOTE: These scans will try to fix the corruption on current Windows and not all scans will work. These scans will take some time to finish as well.
You need to type the below codes as it is.
Execute one command at a time and wait for it to finish. Then do the next one.
Type,
BCDEdit
In the Windows Boot Loader section, the drive letter of the system volume is displayed next to "osdevice." (For example, C:) And replace the below codes with that corresponding drive letter.
Type this command,
CHKDSK /f C:
Type this command,
DISM /image:C:\ /cleanup-image /restorehealth
Type this command,
SFC /scannow /offbootdir=C:\ /offwindir=C:\windows
Now type these commands one at a time,
Type,
C:
Hit Enter.
Now type,
bootrec /fixmbr
Hit Enter.
Now type,
bootrec /fixboot
Hit Enter.
Now type,
bootrec /scanos
Hit Enter.
Now type,
bootrec /rebuildbcd
Hit Enter.
Type exit
Hit enter.
Now on Advanced options
Select Startup repair
Now restart the system and check whether the issue persists.