How Can I Convert Wim To Iso?

Asked By 0 points N/A Posted on -
qa-featured

I have a wim file which I need to convert to the iso format in order to use. How can I convert wim to iso? I am not in the mood to buy a new software for this.

SHARE
Answered By 30 points N/A #124874

How Can I Convert Wim To Iso?

qa-featured

Go to Microsoft.com/downloads/ and download the Windows automated installation kit. Also, ensure that the required file should be present in the C drive on your computer. If it isn’t, copy it there. Now open the installation kit. You will get a command prompt. Paste the following in it:

"CopyPE C:Winpe"

Then, put the following link to copy your wim file into the environment you created by the above line:

"Copy /y c:discover.wim c:WinpeISOSources"

Now, go back to the main folder by typing this:

"Cd C:Program FilesWindows AIKToolsPETools"

Finally, to complete the conversion to iso file, type the following:

Type "Oscdimg -n -bc:winpeISObootetfsboot.com c:winpeISO c:.iso"  

Related Questions