Convert install.esd to install.wim at Windows 10
1. From the Windows installation media, copy the install.esd file from the "sources" folder (e.g. X:\sources\install.esd) to the root folder of drive C: * * Note: If you are using an ISO Image file, first mount it to Windows. If you are using Windows 8/8.1, then read this article: How to mount ISO files. 2. Right click at Start menu and select Command Prompt (Admin). 3. Type cd\ to go to the root folder of drive C:\ 4. Then type the following command and press Enter , in order to find which images are in the "install.esd" file: dism /Get-WimInfo /WimFile:install.esd 5. According to your Windows 10 installed version take note of the index number. * * e.g.: If you have installed the Windows 10 Home N edition on your system, then the Index number is "2". 6. Then give the command below to extract the corres...

Comments