1. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    No
    I am download the home edition and convert to enterprise it
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
    #2982 Enthousiast, May 22, 2019
    Last edited: May 22, 2019
    (OP)

    Yes, it has been explained a week ago,

    Download Pro and set the additional editions script to create enterprise and delete the source sku.

    Convertconfig.ini
    Code:
    [convert-UUP]
    AutoStart    =1
    AddUpdates   =0
    ResetBase    =0
    NetFx3       =0
    StartVirtual =1
    wim2esd      =0
    SkipISO      =0
    SkipWinRE    =0
    ForceDism    =0
    RefESD       =0
    
    [create_virtual_editions]
    vAutoStart   =1
    vDeleteSource=1
    vPreserve    =0
    vwim2esd     =0
    vSkipISO     =0
    vAutoEditions=Enterprise
    
     
  3. Trenchboygun

    Trenchboygun MDL Member

    Apr 8, 2013
    168
    93
    10
    18362.1+msu+w10ui=18362.116
     
  4. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    4,656
    1,361
    150
    why would u install this build with out the fixes...it will run all buggy like s**t.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
  6. TECHNOMAN

    TECHNOMAN MDL Senior Member

    Jan 19, 2009
    313
    225
    10
    I would like to take this opportunity to thank Enthousiast for all the time & effort that is put into all the threads & discussion

    All the links to tools that help many users obtain the files & information they need

    Along with many members who also provide value Information & tools & links (Too Many To List)

    I for one really appreciate It

    Keep Up the great work



    Thank You

    TECHNOMAN
     
  7. Free_Being

    Free_Being MDL Novice

    Dec 28, 2010
    42
    16
    0
    Hi,

    You have to disable Tamper Protection before (into Windows Defender) ;)

    Edit :
    https://forums.mydigitallife.net/threads/how-to-disable-tamper-protection-in-1903.79566/
     
  8. Trenchboygun

    Trenchboygun MDL Member

    Apr 8, 2013
    168
    93
    10
    18362.1+msu+w10ui=18362.116
     
  9. will5

    will5 MDL Senior Member

    Jun 21, 2007
    260
    38
    10
    Tried using the media creation tool. update this pc.

    This pc cannot be upgraded to windows 10 error again! They didnt fix anything. Lol.
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
    The MCT uses 18362.30 (available for a month now on MVS), they will have to fix it on the build you are on first.
     
  11. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,097
    60
    which source material do you use for the creation of the 1903 ?
    18362.1 or 18362.30
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
  13. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,097
    60
  14. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,097
    60
    where can I get the 18362.1 with you for several languages
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
  16. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    If I have understood you correctly, I need to download Pro first. Then edit Convertconfig as you said which somehow converts my ISO to Enterprise? Where is the SKU I need to delete?
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
    When you use UUP Dump Website like i explained, it will download pro, and create Enterprise and deletes the Pro index, all automated.

    What language and architecture do you need?
     
  18. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,849
    2,097
    60
    ok I have the 18362.1, now I just miss the enterprise version, I have not seen there
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,305
    450
    #3000 Enthousiast, May 22, 2019
    Last edited: May 22, 2019
    (OP)
    Now, you have 18362.1 Pro only?

    Then download UUP>ISO v27 and use the create_virtual_editions.cmd (set the the script this way):

    Code:
    <!-- : Begin batch script
    @echo off
    
    :: Change to 1 to start the process directly
    :: it will create editions specified in AutoEditions if possible
    set AutoStart=0
    
    :: Specify target editions to auto create separated with comma ,
    :: leave it empty to create *all* possible editions
    :: allowed: Enterprise,Education,ProfessionalEducation,ProfessionalWorkstation,EnterpriseN,EducationN,ProfessionalEducationN,ProfessionalWorkstationN,CoreSingleLanguage,ServerRdsh,IoTEnterprise
    :: example: set AutoEditions=Enterprise,ProfessionalWorkstation,Education
    set AutoEditions=Enterprise
    
    :: Change to 1 to delete source edition index (example: create Enterprise and delete Pro)
    set DeleteSource=1
    
    :: 0 - source distribution folder will be directly modified
    :: 1 - source distribution folder will be copied then modified
    :: if source distribution is .ISO file, this option has no affect
    set Preserve=0
    
    :: Change to 1 to convert install.wim to install.esd
    set wim2esd=0
    
    :: Change to 1 for not creating ISO file, result distribution folder will be kept
    set SkipISO=0
    
    These settings still need manual interaction, you have to select the desired sku after the script is started:
    Code:
    ============================================================
    Available Target Editions:
     1. Enterprise
     2. Education
     3. Pro Education
     4. Pro for Workstations
    10. Enterprise for Virtual Desktops
    11. IoT Enterprise {OEM}
    
    ============================================================
    Options:
     1 - Create all editions
     2 - Create one edition
     3 - Create randomly selected editions
    ============================================================
    
    Choose a menu option, or press 0 to quit:
    
    Select 1. Enterprise

    Or set the script to autostart, then it won't ask for manual interactions.