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
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
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/
Tried using the media creation tool. update this pc. This pc cannot be upgraded to windows 10 error again! They didnt fix anything. Lol.
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.
Alwas better to start with a clean 18362.1 source. With these updates integrated, it will be 18362.116: https://forums.mydigitallife.net/th...c-rp-19h1_release.79259/page-148#post-1525792
From the OP: ALL UUP Files available at the UUP DUMP [Online/Offline] A collaboration of @whatever127 & @s1ave77 https://forums.mydigitallife.net/threads/uup-dump.75052/
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?
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?
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.