Share via


How To: Check the Windows Version in the Windows 10 ISO file

This topic is a how to.
Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies.

Windows 10 is constantly updated, therefore it could be necessary to verify the OS version that is available within a specific ISO file.
This check can be easily done using Windows PowerShell as follows

  1. open an administrative Windows PowerShell

  2. mount the Windows 10 ISO file using the Mount-DiskImage cmdlet

  3. find the letter assigned to the mounted image using the Get-Volume cmdlet (D: in this example)

  4. check the information related to the available Windows 10 editions within the mounted image using the DISM command and its index parameter

  5. unmount the Windows 10 ISO file using the Dismount-DiskImage cmdlet


Other Languages

This article is also available in the following languages:

Italian (it-IT)