Capture the Installation on a Network Share (AIK) (POSReady 7)
4/29/2013
In this step, you capture an image of your reference computer by using Windows PE and the ImageX tool. Then you store that image on a network share.
-
On your reference computer, insert the Windows PE media and restart the computer.
Note: To start from the CD/DVD-ROM drive, you may have to override the start order. Select the appropriate function key to override the start order. -
Windows PE starts, and then opens a Command Prompt window.
-
Capture an image of the reference installation by using the ImageX tool located on the Windows PE media.
For example, at a command prompt, type:
E:\Imagex.exe /capture D: D:\Myimage.wim "My Win7 Install" /compress fast /verify
-
Copy the image to a network location.
You can do this because Windows PE provides network support. For example, at a command prompt, type:
net use Y: \\network_share\images copy D:\Myimage.wim Y:
-
If necessary, provide network credentials for appropriate network access.
