You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When mounting or unmounting a wim file, if we suddenly interrupt the process, the mount or unmount process is aborted. How can we check that this mount directory is no longer available in c#
The text was updated successfully, but these errors were encountered:
I think you can use ManagedWimgApi to call GetMountedImageInfo() which will return all of the mounted images and their status. Then you can use other APIs there to unmount it and try again.
When mounting or unmounting a wim file, if we suddenly interrupt the process, the mount or unmount process is aborted. How can we check that this mount directory is no longer available in c#
The text was updated successfully, but these errors were encountered: