1. Outbreaker

    Outbreaker MDL Member

    Jan 20, 2018
    142
    27
    10
    If i want to start fresh, how should i do it?
    Use the 1903 18362.1 based UUP and the 1909 updates (KB4517245, KB4524569, KB4524570) to get a clean "18363.476"?
     
  2. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    276
    101
    10
    #6962 jim_p, Nov 13, 2019
    Last edited: Nov 13, 2019
    Can someone name the 20kb kbXXXXXXX update that changes the version to 1909, e.g kb1234567? Thank you.

    ---edit
    Also, what is the url of that rg-adguard site that is similar to tb.rg-adguard.net, but has numbers in its url and only links to windows 8.1 and 10 isos?
     
  3. Minsk

    Minsk MDL Junior Member

    Jan 14, 2008
    56
    6
    0
    #6964 Minsk, Nov 13, 2019
    Last edited: Nov 13, 2019
    Hi .
    How to revert from 18363.10024 to 18363.4xx please ?
     
  4. jim_p

    jim_p MDL Senior Member

    Dec 11, 2013
    276
    101
    10
    Is it just me or tb.rg-adguard.net is missing ALL the sums for the 1909 isos?
    Checked on linux, with chrome 78, firefox 70, opera 64 and brave 70.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    6,477
    17,572
    210
    @ananhaid
    the first link is retail iso, same as msdn
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. trell

    trell MDL Novice

    Aug 19, 2009
    42
    2
    0
    Hi are there direct download of 32 enterprise iso?
     
  8. sonic9

    sonic9 MDL Junior Member

    Aug 4, 2009
    88
    36
    0
    upgraded from 1903 to 1909 with windows update, then tried inplace install of 1909 consumer iso: no problem.
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,067
    55,424
    340
    Yes
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    MSFT now offers 1909 Feature Update on 1809 installs.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. I upgraded from 1903 to 1909 yesterday, around this time through WU.

    Edit: I misread 1809 as 1903.
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. W7U

    W7U MDL Junior Member

    Feb 19, 2017
    56
    11
    0
    I need to get a general overview of how release 1909 is going.

    How is release 1909 so far? Is it good to go in production? No file deletion bugs like last year?
     
  14. e2489

    e2489 MDL Novice

    Jun 3, 2018
    2
    0
    0
    Is there a link for 1909 Enterprise yet? Having trouble finding one.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    It's just a 20KB update, not a full upgrade when on 1903.

    It's publicly available now.
    At the OP, download section, you can find, 18363.418 MVS ISOs, ESDs and UUP dump can create all you want.

    content of 18363.418 ISOs: https://forums.mydigitallife.net/th...pc-19h1-2-release.79259/page-310#post-1554274
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. bacon & eggs

    bacon & eggs MDL Novice

    Aug 14, 2014
    3
    1
    0
    I just used that to create an 1909 Enterprise N iso (via selected Pro N and adding Enterprise N as additional). I then installed the ISO in VMWare Workstation but never got the option to select which version to install. It installed Pro N. Is it possible to convert that Pro N install to Enterprise N, or how I could install Enterprise N by default with the iso? Or should I just get the latest Enterprise evaluation iso and convert eval to full?

    Thanks for the clarity!
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,561
    59,622
    450
    #6980 Enthousiast, Nov 15, 2019
    Last edited: Nov 15, 2019
    (OP)
    You can run create_virtual_editions.cmd with this ini (don't delete the originally created iso):

    Set to replace ProN with EnterpriseN (1 index):
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =0
    ResetBase    =0
    NetFx3       =0
    StartVirtual =0
    wim2esd      =0
    SkipISO      =0
    SkipWinRE    =0
    ForceDism    =0
    RefESD       =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=1
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions=EnterpriseN
    
    Set to add EnterpriseN to ProN (2 indexes):
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =1
    Cleanup      =0
    ResetBase    =0
    NetFx3       =0
    StartVirtual =0
    wim2esd      =0
    SkipISO      =0
    SkipWinRE    =0
    ForceDism    =0
    RefESD       =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=0
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions=EnterpriseN
    
    you can add an ei.cfg to the ISO:\Sources folder, like this one, it will offer you to select the desired sku for installation, when you have more then one sku:
    Code:
    [Channel]
    _Default
    [VL]
    0
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...