Skip to main content
- Create Windows PE boot disk on your disk or flash drive
- Prepare your unattend.xml file
- Prepare your machine for imaging: sysprep /oobe /generalize /unattend:unattend.xml
- Boot your machine to win PE environment.
- Connect to remote share which will be storing your WIM files. net use w: \\server\share /user:domain\user password
- Capture the machine image to the remote share: imagex /capture d: w:\imagename.wim "Description" /compress fast /verify d: is the volume containing your machine operating system and applications
- Boot any other identical machine to the PE environment and prepare the target deployment volume.
- net use w: \\server\share /user:domain\user password
- prepare the disk, partition, volume using DISKPART tool
- don't forget about the boot sector if you applied "clean disk" command: bootsect /nt60 driveletter: /mbr
- Apply the image: imagex /apply w:\imagename.wim 1 d:\