|
本帖最后由 Yeaha- 于 2013-9-18 15:43 编辑
title 启动 Windows NT/2K/2K3/XP/VISTA/win7/2K8/WIN8 系统
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
map (hd0) ()
map () (hd0)
map --rehook
checkrange 0x21 read 0x8280 && cat --locatei=\"echo (hd0,0)/windows/system32/$winnt$.inf > nul
checkrange 0x21 read 0x8280 && cat --skip=%?% (hd0,0)/windows/system32/$winnt$.inf | set isopath=
checkrange 0x21 read 0x8280 && if exist %isopath% map --mem %isopath:~6,-1% (0xff) && map --rehook
find --set-root --devices=h /ntldr || find --set-root --devices=h /bootmgr
chainloader /ntldr || chainloader /bootmgr
用此方法启动WIN7后,WIN7需要重新激活! 为什么会这样?
不知道是不是我的系统有问题,在外地没有其它电脑可测试。。 |
|