if 你克隆winpe
from Winpe.chmTo create a bootable Windows PE disk (32-bit versions of Windows PE)
1.Boot the destination computer into Windows PE using a Windows PE CD.
2.Create a formatted and active partition.
3.On the active partition, create a directory called C:\Minint. You must name the directory "Minint".
4.Copy the contents of build_location\i386 to C:\Minint.
For example:
xcopy "C:\Build.x86\i386\*.*" C:\Minint /S
where C:\Build.x86 is build_location.
5.Copy Ntdetect.com from build_location to the root of the destination hard disk.
For example:
xcopy "C:\Build.x86\ntdetect.com" C:\
where C:\Build.X86 is build_location.
6.On the destination hard disk, copy C:\Minint\setupldr.bin to C:\ntldr.
For example:
xcopy "C:\Minint\setupldr.bin" C:\ntldr
means copy setupldr.bin to your root directory and rename it ntldr
7.Restart the destination computer. The computer starts using Windows PE. |