Summary
If the Create Deploy USB Memory task doesn't finish successfully or is forcefully terminated, it may fail due to the DISM image not being unmounted. In such cases, resolve the error by manually unmounting the mounted image.
Workaround
1) Close the entire Windows Explorer.
2) Start command prompt with administrator authority.
3) Run the following command and monitor the mount status
DISM /Get-MountedImageInfo
C:\WINDOWS\system32> dism /get-mountedimageinfo Deploy Image service and Image Management Tool Version : 10.0.20348.1 Mounted Image: Mount Directory: C:\Windows\Temp\ADK10_amd64\mount Image File: C:\Windows\Temp\ADK10_amd64\media\sources\boot.wim Image Index: 1 Mount as Read-only / Writable: Yes Status: OK The task normally completed.
4) Run the following command and unmount the image.
DISM /Unmount-Wim
C:\WINDOWS\system32> dism /Unmount-Wim /MountDir:C:\Windows\Temp\ADK10_amd64\mount /discard
Target Product
- ActiveImage Deploy USB 4
(13451232431001)
Comments
0 comments
Article is closed for comments.