Step 1:

Download Windows ADK For Windows 8

http://www.microsoft.com/en-ca/download/details.aspx?id=30652

 

Step 2:

Install Windows ADK For Windows 8, remember you can install in windows vista or windows 7 too

 

Step 3:

Using the ADK For Windows 8 Terminal type (this can be found in the start menu as Deployment and Imaging Tools Environment - make sure to run as administrator):

 

"Copype *amd64* *c:\location*"

 

The information that is between *stars* is changable to meet your needs. amd64 means you will be making a 64bit disc, x86 means 32bit. "c:\location" is a destination for the pe working files.You can change it to whatever drive or folder you want to use. Do not include the * symbol in your typing. After you are finished and have burned the iso you will need to manually delete c:\location, unless you want to keep it?

 

Step 4:

Using the ADK For Windows 8 Terminal type (This is optional):

 

"imagex /mountrw *c:\location\*media\sources\boot.wim 1 *c:\location\*mount"

 

Step 5:

Copy any additional files you want or make any changes you wish to the mounted directory (This is optional)  For a Gimagex boot disc, do the following:

 

a. Download the latest gimagex binaries from http://www.autoitscript.com/site/autoit-tools/gimagex/

b. Create a folder called gimagex in the c:\location\mount\Program Files folder

c. Copy the gimagex.exe file to the c:\location\mount\Program Files\gimagex folder

d. Copy the contents of C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\DISM to the c:\location\mount\Program Files\gimagex folder

e. Copy the contents ofC:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\BCDBoot to the c:\location\mount\Program Files\gimagex folder

f. Create a file called winpeshl.ini on your desktop

g. Edit winpeshl.ini and enter the following:

 

[LaunchApps]

%PROGRAMFILES%\gimagex\gimagex.exe

 

h. Copy the winpeshl.ini file to c:\location\mount\Windows\System32\

 

 

Step 6:

commit your changes using the ADK For Windows 8 terminal by typing (This is optional):

 

"imagex /unmount *c:\location\*mount /commit"

 

Step 7:

Generate the ISO file. Type into ADK For Windows 8 Terminal:

 

"MakeWinPEMedia /ISO *c:\location* *c:\location*\*winpe4x8664*.iso

 

Step 8:

Burn the iso file to a dvd or cd using whatever software you normally burn iso files with (I recommend Ashampoo Burning Studio 6 Free Edition)

 

-----------------------------------

Some useful commands you can use in winpe 4 for capturing and deploying images:

 

Capture an image:
"dism /Capture-Image /Compress:max /CaptureDir:*D:\* /ImageFile:*E:\windows*.wim /Name:"*windows*" " (the first set of " " around windows must be included)

 

Apply an image:

"dism /Apply-Image /ImageFile:*E:\Windows*.wim /Index:*1* /ApplyDir:*W:\*" (a .wim file can have mulitple images in it, labled as sperate indexes)