Hi guys, here are 4 methods just in case the BSOD shows up on your windows 10 computer. This is quite a good find. Hope you will enjoy
Coffee Cup
Method 1
bootrec.exe /FixMbr
bootrec.exe /FixBoot
bootrec.exe /scanos
bootrec.exe /RebuildBcd
Method 2
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
Method 3
DISM /Online /Cleanup-Image /RestoreHealth
Method 4
sfc /scannow /offbootdir=c:\ /offwindir=c:\windows
chkdsk c: /r
Source Website :
https://troubleshooter.xyz/wiki/fix-boot-error-0xc0000098-on-windows-10/