Learning and Sharing
  • Home
  • Blog
  • Linux
  • macOS
  • VirtualBox
  • VMware
  • Windows
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
  • Home
  • Blog
  • Linux
  • macOS
  • VirtualBox
  • VMware
  • Windows
  • Series
    • Symantec
    • Intune
    • Microsoft Azure
    • Powershell
    • VirtualBox
    • VMware
    • PowerShell Learning
    • Microsoft Graph
  • More
    • Auto Installation
    • AEC Installation
  • Contact
No Result
View All Result
No Result
View All Result

How to Know the Windows Version of an ISO Image File

November 3, 2022
in Blog
0
ADVERTISEMENT

Table of Contents

In some cases, you’ve an ISO image file Windows.iso. But you don’t know which Windows versions or edition are stored in ISO files. If an ISO file name doesn’t contain a version and a build, it is hard to know which version of Windows is inside.

Bg2354

Determine Windows version in an ISO file

1. First, right click on the image file then Mount it into your computer.

Bg2355

2. You will see a window with the contents of the virtual disk a Windows ISO image is mounted to. Open the Sources directory and find an installation file with a Windows image. The file is called install and may have one of the following extensions: install.wim, install.esd or install.swm.

Bg2356
3. Press and hold the key then right-click install.xxx and copy the path to the file by selecting Copy as path.
Bg2357

4. Open the command prompt as administrator and run the following command (use the path from the clipboard as a file path):

DISM /Get-WimInfo /WimFile:"E:\sources\install.wim"

5. You will see a list of editions (Education, Home, Enterprise, Pro, etc.) available in this Windows ISO image. In our example, this iso file has 6 different Windows editions. Each edition has an index you can use to get detailed information about the image.

C:\Windows\system32>DISM /Get-WimInfo /WimFile:"E:\sources\install.wim"

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Details for image : E:\sources\install.wim

Index : 1
Name : Windows 10 Home
Description : Windows 10 Home
Size : 14,803,056,683 bytes

Index : 2
Name : Windows 10 Home Single Language
Description : Windows 10 Home Single Language
Size : 14,801,333,452 bytes

Index : 3
Name : Windows 10 Education
Description : Windows 10 Education
Size : 15,059,155,772 bytes

Index : 4
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 15,056,474,727 bytes

Index : 5
Name : Windows 10 Pro Education
Description : Windows 10 Pro Education
Size : 15,059,094,190 bytes

Index : 6
Name : Windows 10 Pro for Workstations
Description : Windows 10 Pro for Workstations
Size : 15,059,124,981 bytes

The operation completed successfully.

Additionally, you get information about the Windows version (build) and available languages in the WIM/ESD file in the image with the index 5 (Windows 10 Pro), run the command below:

DISM /Get-WimInfo /WimFile:"E:\sources\install.wim" /index:5

In our example, we have found out that it is Windows 10 Professional (Version: 10.0.19041) with an English (en-US) language pack available in the installation image under index 5.

C:\Windows\system32>DISM /Get-WimInfo /WimFile:"E:\sources\install.wim" /index:5

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Details for image : E:\sources\install.wim

Index : 5
Name : Windows 10 Pro
Description : Windows 10 Pro
Size : 15,056,474,727 bytes
WIM Bootable : No
Architecture : x64
Hal : <undefined>
Version : 10.0.19041
ServicePack Build : 1052
ServicePack Level : 0
Edition : Professional
Installation : Client
ProductType : WinNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 26445
Files : 98659
Created : 6/7/2021 - 3:05:54 AM
Modified : 6/7/2021 - 3:45:41 AM
Languages :
        en-US (Default)

The operation completed successfully.

As a result, we got a handy list of Windows images in the ISO file and their versions. in an iso file.

ADVERTISEMENT
5/5 - (1 vote)
Previous Post

How to Disable or Turn Off Save Password Pop-Ups in Brave

Next Post

How to Determine What Version of Windows is on a USB Bootable Device

Related Posts

Ftr38

[WinForms] Creating GUIs in Windows PowerShell with WinForms

November 15, 2023
Ftr21

Converting DateTime Obtained from Microsoft Graph Call to PowerShell Date and Time Format

October 21, 2023
Ftr21

Translate Microsoft 365 License GUIDs to Product Names in PowerShell Microsoft Graph

October 19, 2023
Ftr21

How to Get an Access Token for Microsoft Graph PowerShell / API

November 27, 2023
Ftr21

Getting Access Token for Microsoft Graph

November 27, 2023
Ftr5

How to Copy Files without Changing Date Creation Time on Windows

November 27, 2023

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • [WinForms] Creating GUIs in Windows PowerShell with WinForms
  • Converting DateTime Obtained from Microsoft Graph Call to PowerShell Date and Time Format
  • Translate Microsoft 365 License GUIDs to Product Names in PowerShell Microsoft Graph

Categories

Stay in Touch

Discord Server

Join the Discord server with the site members for all questions and discussions.

Telegram Community

Jump in Telegram server. Ask questions and discuss everything with the site members.

Youtube Channel

Watch more videos, learning and sharing with Leo ❤❤❤. Sharing to be better.

Newsletter

Join the movement and receive our weekly Tech related newsletter. It’s Free.

General

Microsoft Windows

Microsoft Office

VMware

VirtualBox

Technology

PowerShell

Microsoft 365

Microsoft Teams

Email Servers

Copyright 2023 © All rights Reserved. Design by Leo with ❤

No Result
View All Result
  • Home
  • Linux
  • Intune
  • macOS
  • VMware
  • VirtualBox
  • Powershell
  • Windows 10
  • Windows 11
  • Microsoft 365
  • Microsoft Azure
  • Microsoft Office
  • Active Directory