Hi Swati Arora,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Working on windows 10 22H2. Need to upgrade to ADK 10.1.26100.2454. Not sure should I just reload existing bootwim with new ADK or re-create a brand new WinPE.
Can someone help clarify below as well
Please advise any more pre-requisites I have missed as doing it for the first time.
Thanks
Hi Swati Arora,
How is your issue going? Has it been resolved yet? If it has, please consider accepting the answer as it helps others sharing the same problem benefit too. Thank you :)
VP
You're absolutely clear to proceed with the upgrade. The ADK version 10.1.26100.2454, while built on the Windows 11 architecture, is fully backward compatible and officially supported for deploying Windows 10 22H2. Moving directly to the December 2024 patch release as you referenced is the correct approach, as it resolves several component injection bugs present in the initial 26100 build. Your existing Windows 10 operating system images will deploy seamlessly using this newer environment.
Before executing the upgrade, your primary prerequisite check should focus on your deployment infrastructure versioning. If you utilize Microsoft Endpoint Configuration Manager to handle your task sequences, you must verify your site server is running at least version 2403 to guarantee full compatibility with the 26100 ADK. Attempting to use this ADK with an older Configuration Manager build can trigger task sequence execution errors or cause boot image distribution failures across your environment.
You must also evaluate the scripts executing within your WinPE phase. Because the 26100 build mirrors Windows 11 24H2, VBScript has officially entered its deprecation phase. If your deployment relies on legacy VBScripts, you must explicitly inject the WinPE-Scripting and WinPE-WMI optional packages from the %ProgramFiles(x86)%\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment\amd64\WinPE_OCs directory into your new boot image. Failing to include these specific packages will result in immediate runtime or script initialization errors during the early stages of your deployment.
Hope this helps :)
VP
Hi Swati Arora,
Moving to the 26100 ADK requires you to generate a brand-new WinPE image because servicing an existing Windows 10-based boot.wim with Windows 11-based binaries often leads to versioning conflicts in the registry and the component store. By using the fresh winpe.wim found in the %ProgramFiles(x86)%\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment path, you ensure that all underlying binaries are natively signed with the Microsoft UEFI CA 2023. This is vital because the new boot image will include both the 2011 and 2023 signatures, allowing it to remain bootable after the 2011 certificate is eventually revoked at the firmware level.
You can't skip the Windows PE Add-on installation even if your workflow focuses on WinRE. The base ADK installation only provides the deployment tools and command-line utilities, while the actual bootable environment source files reside exclusively within the Add-on. Without this component, you will lack the necessary files to create or modify any recovery or deployment media. Since version 26100 is based on the Windows 11 architecture, you must also account for the fact that x86 (32-bit) WinPE is no longer supported; you will be working strictly with x64 environments.
Regarding the certificate transition, while the new ADK handles the software side, your primary manual action is ensuring your BIOS updates successfully apply the updated Secure Boot Forbidden Signature Database (DBX) to your hardware fleet. If the BIOS upgrade does not correctly update the Revocation List, your devices might still be vulnerable or fail to validate the new signatures correctly. Additionally, ensure any custom drivers you inject into the new WinPE are compatible with the latest UEFI requirements to prevent "Digital Signature" error codes during the boot sequence.
Hope this answer brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VP
The Windows ADK 10.1.26100.2454 (December 2024), when serviced with the latest ADK patch, is the currently recommended version and supports Windows 10 and Windows 11, including Windows 10 22H2.
From the provided information, only the following points are supported:
Because the context does not provide detailed guidance on:
References: