Capturing Image with Windows AIK
Note you will need to download Windows AIK Bootable Media here http://gallery.technet.microsoft.com/Windows-AIK-bootable-Media-09ca3c41
Here are the instructions to apply an image http://social.technet.microsoft.com/wiki/contents/articles/21042.applying-an-image-with-windows-aik.aspx
You will also need a USB drive to save images on.
Capturing Image with Windows AIK
- Boot to the Windows AIK PE disk or USB Drive
- Attach the Additional USB Drive on which you will store the Captured image
- Run the command Diskpart.exe
- Run the command List Volume
- Note the drive letters. You will need to know the drive letters for the following disks:
- OS Partition ( this will be one of the first volumes and the largest)
- Windows AIK PE disk or USB Drive
- USB Drive that will hold the image. e
- Type Exit to exit Diskpart
**7. ** Run the following command to capture the image. This example assumes that, drive f: is the Windows AIK PE drive, Drive c: is the OS Partition, Drive G is the USB drive that will hold the image
F:\imagex /Capture c:\ g:\Imagename.WIM “Image label”
* Image label needs to be in quotations
** **
*It Takes about a half hour to capture an image