我在我的PC上运行Windows 10 Pro 64bit,并为Windows 10安装了Windows ADK。当使用Windows系统映像管理器,并尝试加载其中的install.wim
文件时,我收到以下错误消息:
在日志中看起来像这样:
20:38 : This application requires version 10.0.10240.16384 of the Windows ADK.
Install this version to correct the problem
20:38 :
20:38 : Error opening Windows image at D:\sources\install.wim.
20:38 :
20:38 : System.ComponentModel.Win32Exception (0x80004005): An attempt was made to load a program with an incorrect format
bij Microsoft.ComponentStudio.ComponentPlatformInterface.WimFileHandle..ctor(String wimPath)
bij Microsoft.ComponentStudio.ComponentPlatformInterface.WimInfo..ctor(String wimPath)
bij Microsoft.ComponentStudio.ComponentPlatformInterface.Cpi.OpenWim(String wimPath)
bij Microsoft.ComponentStudio.ImagePicker.GetImageInfoFromPath(String path)
bij Microsoft.ComponentStudio.ImagePicker.ValidateImageFileOrFolder(String fileOrFolder)
在做了一些研究之后,我找到了将我的ADK升级到错误消息中要求的版本的答案(16384)。
检查我目前在SIM中的版本时,我注意到了10.0.10240.16384版本:
如何从Windows 10安装磁盘将install.wim加载到SIM中,而不会出现任何错误?
看看这里的答案是否适合你
—
摩押
@Moab如我的问题中所述,我这样做了,当尝试使用正确版本的WIM打开文件时仍然会出现问题。
—
2015年