Ticker

6/recent/ticker-posts

How to Convert install.esd to install.wim File - Hackernet.in

Now Microsoft distributes install.esd file instead of install.wim in their iso file but most of the people using MDT or WDS to deploy Windows operating system in their organization. for MDT and WDS deployment they need install.wim file.

Steps to Convert Install.esd file to install.wim file 

1. Mount ISO File.



2. Copy install.esd file located in Source Folder to Some Folder
In Mounted Disk We are unable to delete or modify the file so we need to copy install.esd to some folder. ( In this tutorial in copied to c drive)

3. Now Open Command Prompt with Administrator Mode and Change the Directory to Folder where you copied install.esd

4. Now Run the below command to get available images in install.esd File

dism /Get-WimInfo /WimFile:install.esd

Note the Index number for Version What you want
8. Enter the below command and change the index number.
dism /export-image /SourceImageFile:install.esd /SourceIndex:2 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity


Now Conversion is Completed Check the Path For Converted install.wim file

Post a Comment

0 Comments