當(dāng)我們?cè)谑褂脀indows 7旗艦版操作系統(tǒng)的時(shí)候遇到了無(wú)法正常進(jìn)入操作系統(tǒng)的現(xiàn)象,出現(xiàn)黑底白字提示:windows 未能啟動(dòng),原因可能是最近更改了硬件或軟件。1、插入windows 安裝光盤并重新啟動(dòng)計(jì)算機(jī)。2、選擇語(yǔ)言設(shè)置,然后單擊“下一步”。3、單擊“修復(fù)計(jì)算機(jī)”。 狀態(tài)0xc0000098 ,的故障提示無(wú)法開機(jī)。出現(xiàn)這樣的問(wèn)題一般是系統(tǒng)引導(dǎo)出現(xiàn)問(wèn)題導(dǎo)致的,如果電腦中沒(méi)什么資料的話重裝一個(gè)雨林木風(fēng)GHOST WIN7 64位專業(yè)版免激活V1810也沒(méi)什么問(wèn)題,如果有資料的話那么則需要進(jìn)行修復(fù)來(lái)解決了。關(guān)于如何修復(fù)在本文中給大家介紹一下。
總來(lái)的說(shuō),容易出現(xiàn)該問(wèn)題的系統(tǒng)版本可能穩(wěn)定性欠佳,大家可以重裝穩(wěn)定一些的系統(tǒng):絕對(duì)穩(wěn)定GHOST WIN7 64位旗艦版(USB3.0,8代9代新機(jī)型,超級(jí)優(yōu)化)
win7無(wú)法開機(jī)0xc0000098引導(dǎo)錯(cuò)誤BOOT丟失的完美解決方法:
1、首先需要一個(gè)U盤啟動(dòng)盤,制作方法可參考《怎么用u盤裝系統(tǒng)?教你用u盤怎么裝系統(tǒng)》;
2、使用U盤啟動(dòng)盤進(jìn)入pe系統(tǒng),執(zhí)行.Bat文件進(jìn)行修復(fù),用記事本復(fù)制下面代碼,保存為.bat格式的文m.ametit.com件,此格式為批處理文件格式:
path C:\Windows\system32
bcdedit /store C:\boot\bcd /create {bb68514c-cff8-11dd-aca9-a775dac50ae8} /d "Microsoft Windows 7" /application osloader
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} device partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} path \Windows\system32\winload.exe
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} locale zh-CN
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} inherit {bootloadersettings}
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} osdevice partition=C:
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} systemroot \Windows
bcdedit /store C:\boot\bcd /set {bb68514c-cff8-11dd-aca9-a775dac50ae8} nx optin
bcdedit /store C:\boot\bcd /displayorder {bb68514c-cff8-11dd-aca9-a775dac50ae8} /addlast
bcdedit /store C:\boot\bcd /timeout 5
pause
轉(zhuǎn)換成.bat文件后,代碼會(huì)自動(dòng)通過(guò)PE系統(tǒng)修復(fù)本地磁盤中的BCD文件,從而重新啟動(dòng)系統(tǒng)引導(dǎo)數(shù)據(jù)庫(kù)。
修復(fù)完成后我們就可以拔掉U盤驅(qū)動(dòng)盤重啟計(jì)算機(jī)即可正常進(jìn)入操作系統(tǒng)了!