|
帮看看为什么启动不了加速,一点不会
(bd)/USB_ACC.0PE
timeout 20
default 10
gfxmenu (ud)/img/message || find --set-root /img/MESSAGE && gfxmenu (ud)/img/MESSAGE
title 【1】一键安装ghost系统到硬盘第一分区
map --mem (ud)/img/XGHOST.IMG (fd0) || find --set-root /img/XGHOST.IMG (fd0) && map --mem (ud)/img/XGHOST.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【2】运行 WinPE 2003 小马网络维护版
map --mem (ud)/WINPE.ISO (0xff) || find --set-root /img/WINPE.ISO (0xff) && map --mem (ud)/img/WINPE.ISO (0xff)
map --hook
chainloader (0xff)
title 【3】运行 ADDS中文安全版 无损分区工具
map --mem (ud)/img/ADDS2160.img (fd0) || find --set-root /img/ADDS2160.img (fd0) && map --mem (ud)/img/ADDS2160.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【4】运行 DiskGenius 强大的硬盘分区及数据恢复工具
map --mem (ud)/img/DGDOS3220106.img (fd0) || find --set-root /img/DGDOS3220106.img (fd0) && map --mem (ud)/img/DGDOS3220106.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【5】运行 hddreg硬盘坏道再生修复工具
map --mem (ud)/img/hddreg.img (fd0) || find --set-root /img/hddreg.img (fd0) && map --mem (ud)/img/hddreg.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【6】运行 MaxDOS 8常用工具箱
map --mem (ud)/img/MaxDOS.img (fd0) || find --set-root /img/MaxDOS.img (fd0) && map --mem (ud)/img/MaxDOS.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【7】运行 GHOST 11.01 手动
map --mem (ud)/img/ghost.img (fd0) || find --set-root /img/ghost.img (fd0) && map --mem (ud)/img/ghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【8】运行 MHDD硬盘检测修复程序
map --mem (ud)/img/MHDD.IMG (fd0) || find --set-root /img/MHDD.IMG (fd0) && map --mem (ud)/img/MHDD.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【9】运行 微软内存检测工具
map --mem (ud)/img/MEMTEST.IMG (fd0) || find --set-root /img/MEMTEST.IMG (fd0) && map --mem (ud)/img/MEMTEST.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【10】破解Windows登陆密码
map --mem (ud)/img/PASSWORD.IMG (fd0) || find --set-root /img/PASSWORD.IMG (fd0) && map --mem (ud)/img/PASSWORD.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 【11】启动本机上的2000/XP/2003系统
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
chainloader /ntldr
title 【12】启动本机上的Vista/Windows 7 系统
find --set-root --ignore-floppies --ignore-cd /bootmgr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /bootmgr
chainloader /bootmgr
|
|