Previous Topic: Creating Windows PE 2.0, 3.0, and 4.0 (32-bit) with CreateBtImagesNext Topic: Creating Windows PE 2005 (32-bit) with CreateBtImages


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

To create a Windows PE 2.0, 3.0, and 4.0 64-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 x64

    Createbtimages -i winpe264.2 -o WINPE20X64 [-c  "c:\program files\Windows AIK"]  [-t path to additional driver]
    

    WinPE 3.0 x64

    Createbtimages -i winpe364.2 -o WINPE30X64 [-c  "c:\program files\Windows AIK"]  [-t path to additional driver]
    

    WinPE 4.0 x64

    Createbtimages -i winpe464.2 -o WINPE40X64 [-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”.