Have you recently downloaded the Windows 10 ISO and then decided to find out what update version of Windows 10 it is. Fear not the steps below will help you find out…
- Firstly, you need to mount the ISO – In Windows 10 you can do this by just right clicking on the ISO and then selecting mount.
- Then open up a command prompt as administrator and run the following command.
dism /
Get-WimInfo
/WimFile:E:\sources\install.esd /index:1
(E is the drive letter for the mounted ISO file)
Here is an example of the output from the command for the latest Windows 10 ISO.
Deployment Image Servicing and Management tool
Version: 10.0.10586.0
Details for image : E:\sources\install.esd
Index : 1
Name : Windows 10 Pro Technical Preview
Description : Windows 10 Pro Technical Preview
Size : 9,434,657,964 bytes
WIM Bootable : No
Architecture : x86
Hal : <undefined>
Version : 10.0.10586
ServicePack Build : 0
ServicePack Level : 0
Edition : Professional
Installation : Client
ProductType : WinNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 14027
Files : 75487
Created : 30/10/2015 – 15:19:38
Modified : 03/12/2015 – 23:14:06
Languages :
en-GB (Default)
The operation completed successfully.