[INFO - DISCUSSION + Downloads] Windows 10 1809 FINAL b 17763.xxx (PC) [RS5]

Discussion in 'Windows 10' started by Enthousiast, Sep 18, 2018.

  1. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    I'm only using UEFI so I wouldn't have to be concerned with legacy issues. Worked out when I moved recently I got rid of all my desktop computers and bought a couple new laptops. If I still had those desktop computers I'd have to deal with it.

    I do miss some things about having desktop computers, like lots of ports and room for expansion/upgrades, but laptops are better for me, no home office in the new place, much to my chagrin.
     
  2. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    I use 256 gb flashdisk : it is created with aioboot . I can legacy and uefi installing without any issues. its contain w7 w8.1 w10 rs4 rs5 19h1 20h1 isos
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    @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.
    :orb:
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    #5544 Enthousiast, Apr 30, 2019
    Last edited: Apr 30, 2019
    (OP)
    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
     
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Errrrrrm, why mount the WIM to get the CU delta build number :D? Just mount ISO and and use /Get-WimInfo on the WIM directly to see the ServicePack Build number :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    Was adding all options, added yours:)
     
  8. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,709
    990
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. toyo

    toyo MDL Senior Member

    Aug 14, 2009
    472
    313
    10
    Try double click :p
     
  10. Ahsan

    Ahsan MDL Addicted

    Dec 3, 2009
    827
    167
    30
    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 !
     
  11. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,440
    1,420
    60
    Right click on the .iso file and select mount in the menu.
     
  12. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    863
    8,120
    30
    :g:

    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
    
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    That will do it like this: https://forums.mydigitallife.net/th...16-379-437-pc-rs5.77945/page-278#post-1520585 :)

    Added :)
     
  14. stasio

    stasio MDL Expert

    May 3, 2007
    1,191
    1,144
    60
    Already mentioned in Hotfix Repository.....
     
  15. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Pretoriano1995

    Pretoriano1995 MDL Novice

    May 4, 2018
    9
    0
    0
    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.
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,027
    93,865
    450
    @ 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
     
  18. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    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.
    :sorry:
     
  19. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,145
    21,024
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...