On Thu, 8/22/2024 8:38 PM, T wrote:
Hi All,
I have a Windows ISO called "Windows.iso". Is there
a way to look inside the iso (easily done) and check what
build, release it is?
Many thanks,
-T
When you're finished with your MediaCreationTool, you
set the name of the ISO to something memorable. This is the
11 OS version, similar to what a Linux user might fetch with a browser.
The MediaCreationTool version might have 7 OSes on it.
S:\DVD\Win11_23H2_English_x64.iso
Name: Win11_23H2_English_x64.iso
Size: 6705289216 bytes (6394 MiB)
SHA256: 71A7AE6974866603D366A911B0C00EACE476E0B49D12205D7529765CC50B4B39
*******
If we use Al's recipe, the index is the selector for a version of
OS on the disc. Typically index:6 is Professional. There is an XML
file inside the install.wim or install.esd, with the mapping.
dism /Get-WimInfo /WimFile:D:\install.wim /index:1
Deployment Image Servicing and Management tool
Version: 10.0.22621.2792 <=== release number of the tool itself... ignore this
Details for image : D:\install.wim
Index : 1
Name : Windows 11 Home
Description : Windows 11 Home
Size : 18,417,288,351 bytes
WIM Bootable : No
Architecture : x64
Hal : <undefined>
Version : 10.0.22621
ServicePack Build : 2428
ServicePack Level : 0
Edition : Core
Installation : Client
ProductType : WinNT
ProductSuite : Terminal Server
System Root : WINDOWS
Directories : 26612
Files : 112612
Created : Sun, 10/1/2023 - 3:04:55 AM
Modified : Sun, 10/1/2023 - 3:49:22 AM
Languages :
en-US (Default)
The operation completed successfully.
*******
ntoskrnl.exe
File version 10.0.22621.2428 <=== Both W10 and W11 use 10.0.
*******
After an installation, there may be a package
that carries out "enablement". That should
change the version to 22631 (23H2) which is
the nominal release we thought we were getting.
Depending on whether a patch of some sort goes
in, the point release number could rise above 2428.
Similar weirdness happens on Win10. The release
might be stamped 19041, when it is really 19045, and
19045 could show in the "winver.exe" output.
*******
Today, Microsoft is not much better at release
control, than it was back in the days files
were identified by the number of bytes in the file.
If you were to extract all the files on the DVD
and check the build info, you might find a mish-mash
of numbers. Apropos of nothing. By grabbing the kernel
file, at least that gets patched pretty regularly.
Paul
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)