Share via

Try making WinPE, getting error `Driver [WofAdk] supports maximum target build [10240], while this OS is build [26200]; skipping install`

Shimi 1 Reputation point
2026-04-09T09:25:25.9066667+00:00

I'm using the latest version on the link below, and it always shows the same error in the title.

What do I do?

https://dori-uw-1.kuma-moon.com/en-us/windows-hardware/get-started/adk-install?source=docs

Windows for business | Windows Client for IT Pros | Devices and deployment | Set up, install, or upgrade
0 comments No comments

2 answers

Sort by: Most helpful
  1. Jason Nguyen Tran 14,595 Reputation points Independent Advisor
    2026-04-09T10:19:41.8733333+00:00

    Hi Shimi,

    The message you’re seeing, indicates that the driver in question was compiled for much older Windows builds and isn’t compatible with the current ADK/OS version you’re targeting. The good news is that this isn’t a fatal error, it simply means that the outdated driver is being skipped. WinPE itself should still build correctly, but you won’t have that legacy driver included.

    To resolve this, make sure you’re using the Windows 11 ADK and WinPE add‑on that matches your OS build (for example, ADK for Windows 11, version 24H2 if your system is on build 26200). Installing both the ADK and the separate WinPE add‑on package is required; otherwise, you’ll run into missing or mismatched components.

    If you’ve already installed the latest ADK, I recommend uninstalling any older ADK versions and re‑installing only the current release from Microsoft’s site. Also, check that your build environment is pointing to the correct WinPE image folder (usually under C:\\Program Files (x86)\\Windows Kits\\10\\Assessment and Deployment Kit\\Windows Preinstallation Environment).

    In short, the error is just telling you that an old driver isn’t compatible, and the fix is to use the matching ADK + WinPE add‑on for your OS build and remove any legacy kits. Once that’s done, your WinPE build should complete without issues.

    I hope the response provided some helpful insight. If it addressed your issue, please consider marking it as Accept Answer so others facing the same problem can easily find the solution. If you need any further assistance, feel free to leave a comment.

    Jason.


  2. Q&A Assist
    2026-04-09T09:25:43.9+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error indicates that the WofAdk.sys filter driver from the installed ADK/WinPE add-on only supports Windows builds up to 10240, while the current OS is build 26200. This happens when using an older DISM/WofAdk driver combination than the Windows build being targeted.

    To resolve this, use the DISM and WofAdk.sys driver from the matching, current Windows ADK/WinPE version for the Windows build being deployed, and ensure that this newer DISM is what runs inside WinPE:

    1. Install the latest Windows ADK and Windows PE add-on that correspond to the Windows 10/11 version being deployed. The WofAdk.sys filter driver required by Windows 10+ DISM is included in the Windows 10/11 ADK.
    2. On the technician PC, use the ADK tools to copy the current Deployment and Imaging Tools (including DISM and WofAdk.sys) to external media:
         CopyDandI.cmd amd64 E:\ADKTools\amd64
      
    3. Boot the target PC into WinPE.
    4. In WinPE, install and configure the newer DISM’s required drivers (including WofAdk.sys) from that external location each time WinPE boots, for example:
         W:\ADKTools\amd64\wimmountadksetupAmd64.exe /Install /q
      
    5. Run DISM from that updated toolset path (do not overwrite the DISM in the WinPE image):
         W:\ADKTools\amd64\DISM.exe /?
      
      Confirm that the version shown matches the Windows 10/11 ADK version.
    6. Use this updated DISM to apply or service the Windows image. This combination (Windows 10/11 DISM + WofAdk.sys from the matching ADK) is required to correctly handle Compact OS and newer image formats and to avoid version/build mismatch errors like the one seen.

    If the host OS or WinPE environment is older than the Windows build being deployed, always rely on the DISM and drivers from the matching ADK version rather than the in-box DISM.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.