|
|
本帖最后由 2012wustone 于 2013-12-18 10:29 编辑
timeout 30
default 0
title [01]极致系列最终版WIN7PE
find --set-root /BOOTMGR
chainloader /BOOTMGR
title [02] MaxDOS 工具箱
map --mem /MAXDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [03] 引导7pe_x64.iso
find --set-root /7pe_x64.iso
map --mem /7pe_x64.iso (0xff)
map --hook
chainloader (0xff)
title [04] 重启计算机
reboot
|
|