This Imaging Toolkit compatibility matrix will be updated as and when new Windows versions are released.
We recommend waiting until we have tested the version you wish to deploy. However, you should also check that your Windows management solution is also compatible with that Windows version. Please review this documentation carefully before installing Windows ADK / WinPE.
IMPORTANT NOTICE |
Windows
The Windows version tested.
ADK / WinPE
The ADK / WinPE version tested to deploy the Windows version.
Imaging Toolkit
The minimum version of Imaging Toolkit required to deploy the Windows version.
ZENworks
The minimum version of ZENworks version required to deploy the Windows version.
Notes
Our findings following testing.
Windows | ADK / WinPE | Imaging Toolkit | ZENworks | Notes |
- | 11 22H2 (10.1.22621.1) | - | - | Not supported. Integration Wizard fails to populate WinPE language dropdown list. |
11 version 21H2 (22000.194) | 11 (10.1.22000.1) | 12.0 | ZCM 20.2 + patches | Requires UEFI / TPM / Secure Boot. Drive letters not assigned automatically (see workaround below). |
10 version 21H2 (19044) | 2004 | 12.0 / 11.0.10 | ZCM 20.1 + Imaging Update May 2021 | 11.x Build Console identifies media as 19041. Resolved in 12.0. |
10 version 21H1 (19043) | 2004 | 12.0 / 11.0.10 | ZCM 20.1 + Imaging Update May 2021 | 11.x Build Console identifies media as 19041. Resolved in 12.0. |
10 version 20H2 (19042) | 2004 | 12.0 / 11.0.10 | ZCM 20.1 | 11.x Build Console identifies media as 19041. Resolved in 12.0. |
10 version 2004 (19041) | 2004 | 12.0 / 11.0.9 | ZCM 20.1 |
ADK/WinPE for Windows 11 21H2 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 (bold is the new lines to be added).
; 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: