Hi DavidDason,
Can you double-check if you have the file WIMsinstall.wim on your E: drive? as well as the folder WRE?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I Try To Run: Dism /Mount-Image /ImageFile:E:WIMsinstall.wim /Index:1 /MountDir:E:WRE.
And I got this:
Error: 87
The parameter is incorrect.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi DavidDason,
Can you double-check if you have the file WIMsinstall.wim on your E: drive? as well as the folder WRE?
But It also has this error when I try your way:
Error: 2
The system cannot find the file specified.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Thanks!
Good day! I'm Raniel, an Independent Advisor and a Microsoft user like you.
Kindly run the commands below instead. It appears that the directory is missing a backslash:
Dism.exe /Mount-Image /ImageFile:E:\WIMsinstall.wim /index:1 /MountDir:E:\WRE
You may refer to the example on this article for your reference: https://docs.microsoft.com/en-us/windows-hardwa...
I hope this helps. Good luck!