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.