答案1
理想情况下,最好的选择是找到 Windows 恢复盘。恢复盘上有一个名为 bootsect.exe 的实用程序:
C:\Data>bootsect
bootsect {/help|/nt60|/nt52} {SYS|ALL|<DriveLetter>:} [/force] [/mbr]
Boot sector restoration tool
Bootsect.exe updates the master boot code for hard disk partitions in order to
switch between BOOTMGR and NTLDR. You can use this tool to restore the boot
sector on your computer.
Run "bootsect /help" for detailed usage instructions.
如果您没有恢复盘,您可以尝试从其他地方下载可执行文件本身,但我无法保证任何声称提供 Microsoft .exe 下载的网站的合法性:
https://www.google.co.uk/search?q=bootsect.exe
该实用程序可以在运行的操作系统内部运行,但不包含在标准安装中 - 因此获取它是个问题。