Previous Topic: Creating Windows PE Images with the Command CreateBtImagesNext Topic: OSIM Creating Windows PE 2.0, 3.0, and 4.0 (64-bit) with CreateBtImages


Creating Windows PE 2.0, 3.0, and 4.0 (32-bit) with CreateBtImages

To create a Windows PE 2.0, 3.0, and 4.0 32-bit ready to use with RegisterBtImages -i name - s domain_manager:

  1. Install Windows AIK, or Windows ADK on the IPS box based on the type of the boot image.
  2. Open a command prompt window and enter the following command:

    WinPE 2.0

    Createbtimages -i winpe2.2 -o WINPE20 [-c  “c:\program files\Windows AIK”]  [-t path to additional driver]
    

    WinPE 3.0

    Createbtimages -i winpe3.2 -o WINPE30 [-c  “c:\program files\Windows AIK”]  [-t path to additional driver]
    

    WinPE 4.0

    Createbtimages -i winpe4.2 -o WINPE40 [-c  “C:\Program Files\Windows Kits\8.0”]  [-t path to additional driver]
    

Note: WinPE 4.0 uses Windows Assesment and Development Kit (ADK). As a result, the path should be the ADK install path, for example “C:\Program Files\Windows Kits\8.0”.