制作Windows XP和Vista双系统启动菜单
2007-04-16 14:52:12 来源:WEB开发网注意:可通过使用命令提示符来运行以下过程中的命令。
如果在 Windows Vista 中运行(如图)这些命令,请在已提升用户权限的命令提示符中运行它们。为此,请单击“开始”,单击“附件”,右键单击命令提示符快捷方式,然后单击“以管理员身份运行”。
1. 使用 Bootsect.exe 还原 Windows Vista MBR 以及将控制转移到 Windows 启动管理器程序的启动代码。为此,请在命令提示符处键入以下命令:Drive:oot Bootsect.exe –NT60 All
在此命令中,Drive 是 Windows Vista 安装介质所在的驱动器。
2. 使用 Bcdedit.exe 在 BCD Boot.ini 文件中为早期版本的 Windows 操作系统手动创建一个条目。为此,请在命令提示符处键入下列命令。
注意:在这些命令中,Drive 是安装 Windows Vista 的驱动器。 ? Drive:Windowssystem32Bcdedit –create {ntldr} –d “<对早期 Windows 版本的描述>”
注意:在此命令中,<对早期 Windows 版本的描述>可以是所需的任何文本。例如,<对早期 Windows 版本的描述>可以是“Windows XP”或“Windows Server 2003”。
Drive:Windowssystem32Bcdedit –set {ntldr} device partition=x:
注意:在此命令中,x: 是活动分区的驱动器号。
Drive:Windowssystem32Bcdedit –set {ntldr} path tldr
Drive:Windowssystem32Bcdedit –displayorder {ntldr} –addlast
3. 重新启动计算机。
更多精彩
赞助商链接