clip_image002

Microsoft created a new set of imaging tools for the windows vista release. The new WIM format is a powerful tool that can be useful to  any power user. From the admin trying to simplify the deployments in his environment to the average guy looking for a free way to take flexible images of his home machine. In this set of articles I am going to cover how to take full advantage of these new tools

Before we begin you will need to install the following

Windows AIK

Preparing the WinPE CD to work with WIM images

Launch the WinPE Tool Command Prompt(found in the “windows aik” folder in the start menu)

Then run the following command

copype.cmd x86 O:winpe

I am using O:winpe as an example. This should be the path where you want to put your WinPE files. The target folder must not exist as it will get created in the process.

Now we are going to want to add the Imagex application to the WinPE IMG.

copy “c:Program filesWindows AIKToolsx86imagex.exe” O:winpeISO

Continue reading Working with WIM:Use WinPE to Capture or Apply WIM Images