How Can I Convert Wim To Iso?
![qa-featured](https://www.techyv.com/sites/default/users/superadmin/qa-featured-300x270.png)
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.
![](https://techyv.com/sites/default/2016/10/techpedia_logo.png)
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.
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"