Quantcast
Channel: Windows 8.1 Installation, Setup, and Deployment forum
Viewing all articles
Browse latest Browse all 5362

WIM to ESD

$
0
0

I was wondering if there was an easier way to convert a wim file to esd.

At the moment I have to type in a specific index:

dism /Export-Image /SourceImageFile:"MyImageFile.wim" /SourceIndex:1 /DestinationImageFile:"install.esd" /Compress:recovery

dism /Export-Image /SourceImageFile:"MyImageFile.wim" /SourceIndex:2 /DestinationImageFile:"install.esd" /Compress:recovery

dism /Export-Image /SourceImageFile:"MyImageFile.wim" /SourceIndex:3 /DestinationImageFile:"install.esd" /Compress:recovery

etc..

Is there a way to do all of them automatically such as:

dism /Export-Image /SourceImageFile:"MyImageFile.wim" /SourceIndex:* /DestinationImageFile:"install.esd" /Compress:recovery

Thanks :)


Viewing all articles
Browse latest Browse all 5362

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>