Share via


Imagex A Vista OPK Command-line Utility

 

Capture an image of the installation

 

1. Boot the master computer with the custom WinPE CD.

 

2. Use Imagex to capture the installed Vista OS on drive C: to drive D:

 

   imagex /compress fast /capture c: d:\baseimg.wim “Vista Base Image”

Apply an image to a computer

 

1. Boot the master computer with the custom WinPE CD.

 

2. Use Imagex to apply and image to drive C: from drive D:

 

   imagex /apply d:\baseimg.wim 1 c:

 

   d:\basewim is the wim file, 1 is the index of the image within the win, c: is the destination partition

 

Victor Mux