How to see which version of Windows 10 contains an ISO file

The Windows 10 ISO file names do not provide you with any basic information about what version, build, and architecture they contain. If you have saved an ISO somewhere on your hard drive, after a while you will certainly not remember which Windows 10 was what you downloaded at that time. In this article we will show you how to find out which version of Windows 10 contains an ISO file.

10 windows iso

Things are simple.
1.> Double-click the file ISO to extract it to a virtual disk and then open it in .

winiso3

2.> Open the “sources” folder and see what has the largest file named “install”. It can be either install.wim either install.esd. Note that some Windows 10 ISO files may contain both 32bit and 64bit installation files. If you have such an ISO image then you will find the "sources" folder in the following places:
x86 \ sources
x64 \ sources

So you'll need to fix the following commands to include x86 / x64.

winiso2

3.> Now look at the address bar and see with which letter File Explorer has opened the virtual disk that is the ISO file. In our case the disk has got the letter K:

4.> Open a command line with administrative privileges.

5.> If your ISO file has the install.wim file (as in our case) then type the following:

dism / Get-WimInfo /WimFile:K:\sources\install.wim / index: 1

Replace the name K: after WimFile: with your own disk name

If you still have the install.esd file, then type the following:

dism / Get-WimInfo /WimFile:K:\sources\install.esd / index: 1

Logically you will get the following result:

winiso1

As you can see the results will show you the build number of the iso image, what is the supported architecture, what version and in what language by default in the Install.wim file. In our example, they are the x86 Greek, with Build to build 10.0.10240.

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.087 registrants.

Written by Dimitris

Dimitris hates on Mondays .....

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).