Recommended: Pony activates win7 Ultimate Edition.
1, crack self-inspection method
First, we open bootmgr with hexadecimal editor, jump to offset address 105E, and then change 7403 to EB08. Note: The principle is simple, that is, change the conditional jump (je) to the unconditional jump (jmp).
2. Rename the boot method
The method is as above. First, open bootmgr, jump to offset address 5464C, change 420C006F to 5 10C005 1, and change 74 to 5 1 when jump to offset address 5390F.
3. The method of renaming BCD
Open bootmgr first, jump to offset address 54694, and change 430044 to 5 1005 1.
4. Modify the boot.sdi path method in BCD.
First, open the regedit to load the configuration unit BCD, then look for boot.sdi, and then modify \Boot\boot.sdi to \ qqqq \ boot.sdi ..
5. Turn off the integrity check method of bootmgr, that is, digital signature.
bcdedit-store qqq-set { bootmgr } nointegritychecksoffsetlocalenabledelayedexpansion
set5464A=\
set5464C=B
set5464F=o
set5390F=t
set54694=CD
Echo. ! 5464A! ! 5464C! ! 5464F! ! 5464F! ! 5390F! ! 5464A! ! 5464C! ! 54694!
set/p5464C=5464C=B .
set/p5464F=5464F=o .
set/p5390F=5390F=t .
set/p54694=54694=CD .
Echo. ! 5464A! ! 5464C! ! 5464F! ! 5464F! ! 5390F! ! 5464A! ! 5464C! ! 54694!
discontinue
Bootmgr will use Grub to boot your win7pe kernel by extracting the files in the attachment to the active partition and then replacing the boot.wim source file.