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

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

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
  2. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    686
    10
    Or SmartVersion directly. :D

    Stupid me. :D
     
  3. AsaadSoft

    AsaadSoft MDL Addicted

    Jul 29, 2015
    542
    171
    30
    probably next time, lot of builds are still coming, then I will give a try to smartversion
     
  4. winanonymous

    winanonymous MDL Novice

    Apr 23, 2019
    5
    0
    0
    Where can I find Windows Server 2019 (17763.*) ?
     
  5. stasio

    stasio MDL Expert

    May 3, 2007
    1,193
    1,144
    60
    UUP dump downloader......
     
  6. winanonymous

    winanonymous MDL Novice

    Apr 23, 2019
    5
    0
    0
    And where can I find the newest version of Windows Server 2019
     
  7. winanonymous

    winanonymous MDL Novice

    Apr 23, 2019
    5
    0
    0
    But there's no base, so I downloading via UUP dump downloader will fail.
     
  8. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Hello
    I have Windows 10 1809 Consumer ISO. How do I go about deleting all the versions except Professional edition?
    Thank you.
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    Extract the consumer iso and run this cmd in an elevated cmd:
    Code:
    dism /English /Get-WimInfo /WimFile:x:\install.wim
    
    Check which index is Pro, use the index nr at the next line at /SourceIndex:X
    
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:1 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    Now replace the original wim with the newly exported one.
     
  10. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    Thank you very much for replying so quickly. I forgot to mention that I wanted Pro and Pro N (indexes 3 & 4). Would I uses /SourceIndex:3,4 ?
    Thanks again! :)
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    For two indexes to be exported just repeat this line with the different /sourceindex:X in, like this:
    Code:
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:3 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
    
    dism /Export-Image /SourceImageFile:"x:\install.wim" /SourceIndex:4 /DestinationImageFile:"y:\install.wim" /Compress:max /checkintegrity
     
  12. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,914
    5,753
    180
    Using either UUP or ESD you can make ISO with only Pro.
    17763.379.190312-0539.rs5_release_svc_refresh_CLIENTCONSUMER_RET_x64FRE_en-us.esd

    17763.379.190312-0539.RS5_RELEASE_SVC_REFRESH_CLIENTPRO_OEMRET_X64FRE_EN-US.ISO
     
  13. vze2mp9g

    vze2mp9g MDL Addicted

    Oct 13, 2012
    660
    117
    30
    I have Windows 10 ISO Dated April 2019. How can I find out what build of Windows 10? for Example:

    Code:
                               17763.379.190312-0539.rs5
    
    I appreciate any and all comments.

    Thank You!
    :31:
     
  14. ad89q

    ad89q MDL Novice

    Jan 15, 2019
    44
    7
    0
    It is the first two numbers, 17763.379
    17763 is October 2018 Update and 18362 is May 2019 Update. 17134 is April 2018 Update. Older versions were not supported anymore.
     
  15. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    453
    168
    10
    #5497 jim_p, Apr 25, 2019
    Last edited: Apr 25, 2019
    Does anyone know what these iot versions are for or what makes them differ from the regular ones?
    Code:
    en_windows_10_iot_enterprise_ltsc_2019_x86_dvd_2255a237.iso
    en_windows_10_iot_core_version_1809_updated_sept_2018_arm32_arm64_x86_x64_dvd_eea4d696.iso
    I was checking msdn.rg-adguard.net for some sums and I came across them.

    ---edit
    I am talking about installations on regular x86/x64 hardware, not arm/arm64.
     
  16. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,304
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    453
    168
    10
    Thanks. I found this about iot core version, so I won't bother testing it.
    Code:
    Windows 10 IoT Core, which runs Universal Windows Platform (UWP) apps
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450