| 
 | 
制作和修改菜单方法
1.  用深度助手格式化为HDD或毛桃格式化为MTLDR后复制皆可! 
 
2.  引导文件是aero.sys,放在根目录,改名为MTLDR或NTLDR,有你的启动文件决定。 
 
3.  修改菜单方法,用WINHEX.EXE打开菜单,编辑完后注意字节总数应该于原来一样。 
 
4.附菜单: 
[menuitem 1] 
title="从硬盘启动" 
password= 
normalimage=(hd0,0)/airboot/minor_1.gz 
hoverimage=(hd0,0)/airboot/mihov_1.gz 
left=86 
top=120 
width=175 
height=50 
shortkey=1 
commands="root (hd1,0) 
chainloader +1 
" 
[menuitem 2] 
title="WinPE 启动(GRUB引导)" 
password= 
normalimage=(hd0,0)/airboot/minor_2.gz 
hoverimage=(hd0,0)/airboot/mihov_2.gz 
left=86 
top=198 
width=175 
height=50 
shortkey=2 
commands="grub4dos find --set-root --ignore-floppies /airboot/menu.lst;configfile /airboot/menu.lst" 
 
[menuitem 3] 
title="DOS工具箱" 
password= 
normalimage=(hd0,0)/airboot/minor_3.gz 
hoverimage=(hd0,0)/airboot/mihov_3.gz 
left=86 
top=278 
width=175 
height=50 
shortkey=3 
commands="run (hd0,0)/airboot/dos98.img 
 
[menuitem 4] 
title="GHOST 工具" 
password= 
normalimage=(hd0,0)/airboot/minor_4.gz 
hoverimage=(hd0,0)/airboot/mihov_4.gz 
left=86 
top=368 
width=175 
height=50 
shortkey=4 
commands="run (hd0,0)/airboot/ghost.img 
" 
[menuitem 5] 
title="硬盘工具" 
password= 
normalimage=(hd0,0)/airboot/minor_5.gz 
hoverimage=(hd0,0)/airboot/mihov_5.gz 
left=86 
top=442 
width=175 
height=50 
shortkey=5 
commands="run (hd0,0)/airboot/xly2007.img 
" 
[menuitem 6] 
title="重新启动淘气包" 
password= 
normalimage=(hd0,0)/airboot/minor_6.gz 
hoverimage=(hd0,0)/airboot/mihov_6.gz 
left=178 
top=36 
width=446 
height=48 
shortkey=0 
commands="chainloader (hd0,0)+1boot\r" 
 
; end of file. 
 
[ 本帖最后由 天涯海角1216 于 2009-3-10 09:32 编辑 ] |   
 
 
 
 |