# NeoSmart NeoGrub Bootloader Configuration File对于这段代码的相关技术细节,我们将在下面详细说明;
#
# This is the NeoGrub menu.lst file, and should be located at C:\NST\menu.lst
# Please see the EasyBCD Documentation for information on how to create/modify entries
# http://neosmart.net/wiki/display/EBCD
default 0
timeout 0
title Boot XP - Hide Vista
hide (hd0,2) # 隐藏VISTA分区
# 如果需隐藏多个分区,重复相应的设置
chainloader (hd0,1)/ntldr # 设置XP启动时使用主引导分区下的ntldr
boot
# 可选部分
# 根据说明,这些语句实现启动时同时提供不加密Vista分区进入XP的选项,不过在我们的测试中没有成功
title Boot XP - Unhide Vista
unhide (hd0,2) # 取消对Vista分区的隐藏
# 如果取消对多个分区的隐藏,重复相应的设置
chainloader (hd0,1)/ntldr # 设置XP启动时使用主引导分区下的ntldr
boot
欢迎光临 热点科技 (http://www.itheat.com/activity/) | Powered by Discuz! X3.2 |