Boot into Windows Recovery Environment
Select Troubleshoot
Select Advanced options
Select Command Prompt
Run `chkdsk c: /f /r`
Run `sfc /scannow /offbootdir=C: /offwindir=C:Windows`
Run `dism /image:C: /cleanup-image /restorehealth`
Run `bootrec /fixmbr`
Run `bootrec /fixboot`
Run `bootrec /scanos`
Run `bootrec /rebuildbcd`
Run `bcdboot C:Windows /s C: /f ALL`
Run `diskpart`
Run `list disk`
Run `select disk 0`
Run `list partition`
Run `exit`
Restart the PC
Uninstall recent Windows updates from Advanced options
Use System Restore from Advanced options
Disable automatic repair loop by running `bcdedit /set {default} recoveryenabled No`
Re-enable automatic repair later with `bcdedit /set {default} recoveryenabled Yes`
Reset this PC if the issue continues
