This document contains a list of Windows ADK/WinPE versions that are supported with Imaging Toolkit 12. This document will be updated when new ADK/WinPE versions are made available. All versions listed can be used to deploy Windows 10 and 11. 


WARNING
Do not install unsupported, incompatible or mixed ADK/WinPE versions unless requested by ENGL technical support.

Before installing ADK and WinPE addon ensure your chosen management solution (ZENworks, SCCM, etc.) supports it.


ADK / WinPEImaging ToolkitKnown Issues
11 23H2/22H2
September 2023
(10.1.25398.1)
 Build Console unable to detect ADK installation.
Error! Unable to find ADK Image Manager DLLs!

Not currently supported.
11 22H2
(10.1.22621.1)

12.0.4
12.0.3
12.0.2
Partition drive letters not assigned automatically.
(see workaround)
11 21H2
(10.1.22000.1)

12.0.4
12.0.3
12.0.2
12.0.1
12.0
Partition drive letters not assigned automatically.
(see workaround)
10 2004
(10.1.19041.1)

12.0.4
12.0.3
12.0.2
12.0.1
12.0
None



ADK/WinPE for Windows 11 driver letters not assigned

This WinPE version may cause drive letters to not be assigned to partitions which will cause image capture to fail. 


  • Workaround 1
    Uninstall ADK/WinPE for Windows 11 21H2, then install ADK/WinPE for Windows 10 2004, then run Integration Wizard to update the TFTP boot media. Windows 11 capture and restore works fine using WinPE for Windows 10 2004.

  • Workaround 2
    To capture an image using ADK/WinPE for Windows 11 21H2, modify the following zim.cfg section as follows. 


; Make an image
Label:Dev_Make_Image

; Workaround to fix drive letters BEGIN
If:File,Exist,"%_ZimDir%ZimCaptureScript.txt"
File:Delete,"%_ZimDir%ZimCaptureScript.txt"
End:
; Workaround to fix drive letters END

If:EFI,Exist
File:Append,"%_ZimDir%ZimCaptureScript.txt","select disk 0"
File:Append,"%_ZimDir%ZimCaptureScript.txt","select volume 1"
File:Append,"%_ZimDir%ZimCaptureScript.txt","assign"
File:Run,"diskpart /s %_ZimDir%ZimCaptureScript.txt",silent
End: