REM tools sets to the path where the WAIK tools are located. REM change this if DS was not installed to the default path set tools=C:\Program Files\Altiris\eXpress\Deployment Server\WAIK\Tools\ REM THis points to the x86 WinPE x86 boot file REM change this if necessary set bootimage=C:\Program Files\Altiris\eXpress\Deployment Server\PXE\Images\MenuOption161\X86PC\sources REM you do no need to change anything below REM this will create a new boot.wim file and rename the old one in case you need it. mkdir c:\winpe_2x86 mkdir c:\winpe_2x86\mount "%tools%\x86\imagex.exe" /mountrw "%bootimage%\boot.wim" 1 C:\winpe_2x86\mount "%tools%\x86\imagex.exe" /boot /compress maximum /capture C:\winpe_2x86\Mount "%bootimage%\bootnew.wim" "WinPE2" "%tools%\x86\imagex.exe" /unmount C:\winpe_2x86\mount copy "%bootimage%\boot.wim" "%bootimage%\bootold.wim" copy "%bootimage%\bootnew.wim" "%bootimage%\boot.wim" set bootimage=C:\Program Files\Altiris\eXpress\Deployment Server\PXE\Images\MenuOption161\X86PC\sources