Home > Article > System Tutorial > What to do if win7 startup repair cannot be repaired
For problems that cannot be repaired by Windows 7 startup repair, there are the following solution steps: Disable startup items Run System File Checker Recreate boot configuration data Repair MBR and Bootsect Reset BIOS settings Reinstall Windows 7
What to do if Windows 7 Startup Repair cannot be repaired
When Windows 7 fails to start and displays the Startup Repair interface, you may encounter Issues that Startup Repair cannot fix. Here are the steps to resolve this issue:
1. Disable Startup Items
2. Run System File Checker (SFC)
sfc /scannow
3. Re-create the Boot Configuration Data (BCD)
Enter the following command:
<code>bcdboot c:\windows</code>
4. Fix MBR and Bootsect
`
<code>* 按 Enter 键。 * MBR 和 Bootsect 将修复。 **5. 重置 BIOS 设置** * 关闭计算机,拔掉电源插头。 * 卸下主板电池几分钟。 * 重新安装电池并插入电源插头。 * 打开计算机并进入 BIOS。 * 将 BIOS 设置重置为默认值。 * 保存更改并退出 BIOS。 **6. 重新安装 Windows 7** </code>
The above is the detailed content of What to do if win7 startup repair cannot be repaired. For more information, please follow other related articles on the PHP Chinese website!