@Enthousiast In just have a Windows 10 1903 ISO. Is there any way to find out what Build it is (possibly using DISM) without installing Windows 10 1903. Thank you in advance.
Mount the ISO and run this on the mounted ISO: Code: dism.exe /Mount-WIM /ReadOnly /WimFile:"D:\sources\install.wim" /index:1 /MountDir:"y:\mount D:\ being the mounted iso. or extract the install.wim and check what updates are integrated: Mount the install.wim: Code: dism.exe /Mount-WIM /WimFile:"x:\install.wim" /index:1 /MountDir:"y:\mount" Get-Packages: Code: dism.exe /image:"y:\mount" /Get-Packages Result (example): DISM will show the image version: Code: Image Version: 10.0.18362.86 And the integrated updates: Code: Package Identity : Package_for_KB4493478~31bf3856ad364e35~x86~~10.0.1.0 State : Installed Release Type : Security Update Install Time : 4/26/2019 8:22 PM Package Identity : Package_for_KB4498524~31bf3856ad364e35~x86~~18362.80.1.0 State : Installed Release Type : Security Update Install Time : 4/26/2019 8:22 PM Package Identity : Package_for_RollupFix~31bf3856ad364e35~x86~~18362.86.1.8 State : Installed Release Type : Update Install Time : 4/26/2019 8:26 PM This shows it's build 18362.86 Now you can unmount and discard: Code: dism.exe /Unmount-wim /mountdir:"y:\mount" /discard
Errrrrrm, why mount the WIM to get the CU delta build number ? Just mount ISO and and use /Get-WimInfo on the WIM directly to see the ServicePack Build number .
any update when is 19h1 being available via windows updates? i am on .107 base image and waiting for 19h1 having stopped updates for 35 days !
drop the ISO onto: Code: @echo off if [%1]==[] goto quit echo.Mounting... %~nx1 for /f %%L in ('powershell.exe "(Mount-DiskImage '%1' -PassThru | Get-Volume).DriveLetter"') do set L=%%L dism /Get-WimInfo /WimFile:%L%:\sources\install.wim /index:1 echo. & echo.Unmounting image... & echo. powershell.exe "Dismount-DiskImage -imagepath '%1'" :quit echo.Press any key to exit... & pause >nul
That will do it like this: https://forums.mydigitallife.net/th...16-379-437-pc-rs5.77945/page-278#post-1520585 Added
Hi, I'm looking for the following ISOS: es_windows_10_business_edition_version_1809_updated_april_2019_x64_dvd_96172e47.iso 76EBC58C6C129157004BEFC5073111265FE8E92D es_windows_10_business_edition_version_1809_updated_april_2019_x86_dvd_70e2f92c.iso EA06D43CEA68B67457FCC2D84D6F575459FF4FB9 You know if these are the last indistinctly of the language, is that I am doing a mess with so much version. I use the page of heidoc.net to know the latest versions since msdn I do not have access.
@ the OP you can find all the iso checksums, filenames and versions: * * * [ MVS Checksums ] 17763.1 TechBench SHA-1 Checksums by @s1ave77 https://forums.mydigitallife.net/th...ild-17763-1-pc-rs5.77945/page-49#post-1467575 17763.1 MVS SHA-1 Checksums by @mkuba50 https://forums.mydigitallife.net/th...ild-17763-1-pc-rs5.77945/page-51#post-1467635 17763.107 MVS SHA-1 Checksums by @mkuba50 https://forums.mydigitallife.net/th...-17763-1-107-pc-r.77945/page-191#post-1483804 17763.194 MVS SHA-1 Checksums by @mkuba50 https://forums.mydigitallife.net/th...-17763-1-107-pc-r.77945/page-220#post-1491810 17763.253 MVS SHA-1 Checksums by @Inge https://forums.mydigitallife.net/th...-17763-1-107-pc-r.77945/page-233#post-1497265 17763.316 MVS Bus&Cons SHA-1 Checksums by @mkuba50 https://forums.mydigitallife.net/th...94-253-316-pc-rs5.77945/page-246#post-1504448 17763.316 MVS 2019 LTSC SHA-1 Checksums by @mkuba50 https://forums.mydigitallife.net/th...prise-n-ltsc-2019.76325/page-164#post-1508318 17763.379 MVS 2019 SHA-1 Checksums by @LostED https://forums.mydigitallife.net/th...53-316-379-pc-rs5.77945/page-263#post-1511528 17763.437 MVS 2019 SHA-1 Checksums by @LostED https://forums.mydigitallife.net/th...53-316-379-pc-rs5.77945/page-270#post-1516456 Windows and Office Genuine ISO Verifier v.8.5.8.8. The latest version (18/11/2018) by @Mr.X https://forums.mydigitallife.net/th...-17763-1-107-pc-r.77945/page-190#post-1483745 [ 17763.xxx SVF(/SFX) ] 17763.437 Consumer/Business SVF Patches by @GezoeSloog https://forums.mydigitallife.net/threads/windows-10-svf-repository.63324/page-157#post-1516756
Hello Can anyone help me with a small project I'm trying to work with. I have two Windows 10 ISO. The first ISO is en_windows_10_consumer_editions_version_1903_x64 and I want to add the second ISO file (with Windows 10 Enterprise and Windows 10 Enterprise N) is en_windows_10_business_editions_version_1903_x64 I would like to append the second ISO to the first ISO. Has anyone have any suggestions how to do this? Thank you in advance.
New CU for 1809: https://forums.mydigitallife.net/threads/windows-10-hotfix-repository.57050/page-396#post-1521502
Guys what would you say is the best Windows 10 edition or configuration for old hardware with low ram? Thinking to install Enterprise with HWID activation. But what should be disabled, is there recommended tool or configuration script?