Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

  1. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #5581 freddie-o, Nov 21, 2021
    Last edited: Nov 24, 2021
    Another advantage with huynhlam2's "EnterpriseS_x64_19041.1_en-US"
    For those that do not want (Legacy and Chrome) Edge installed with the CU, just install 21H1 EP (not 21H2)
     
  2. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
    Thank you! It's works like a charm.
     
  3. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,414
    1,193
    60
    Are you going to build a new EnterpriseS_x64_19041.1_en-US.7z with the 4.xml fix ?.;)
     
  4. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
    #5584 huynhlam2, Nov 21, 2021
    Last edited: Nov 22, 2021
    Lol No! With yours explain very clearly .Everyone who are interesting can easy reslove that missing package. (Apply for EnterpriseG also)
     
  5. ylx

    ylx MDL Junior Member

    Dec 14, 2014
    74
    37
    0
    @xinso
    the problem of locking online accounts has appeared in version 19044.1348 entg.
    That's too bad.
     
  6. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
    #5586 huynhlam2, Nov 22, 2021
    Last edited: Nov 22, 2021
    Base on your resloved. I have an idea for fix that missing package by modify 1.2.3.xml:
    1.xml

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="stage">
    <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    </package>
    <package action="install">
    <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    <source location="Microsoft-Windows-EnterpriseSEdition-Package-amd64-10.0.19041.1.cab" />
    </package>
    </servicing>
    </unattend>

    2.xml

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="remove">
    <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    </package>

    <package action="remove">
    <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    </package>
    </servicing>
    </unattend>

    3.xml

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <servicing>
    <package action="stage">
    <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.21" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    </package>
    <package action="install">
    <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
    <source location="1\Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.19041.1.mum" />
    </package>
    </servicing>
    </unattend>
     
  7. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    That is a good idea for maybe other reasons, but using W10UI to update from LTSC 19041.1 to LTSC 19044.1381 20H2 EP I don't have Chrome Edge.
    Sometimes problems can be something you don't expect, like pre-integrating Net3.5 or resetting base.
    What I do have sitting on my taskbar is "Meet Now" WTF! I'm looking into how to turn that off (I'm sure it's simple).
    Code:
    [W10UI-Configuration]
    Target        =%~dp0_Target-folder\install.wim
    Repo          =%~dp0_Updates
    DismRoot      =dism.exe
    
    Net35         =0
    Net35Source   =
    Cleanup       =1
    ResetBase     =0
    LCUwinre      =0
    WinRE         =1
    SkipEdge      =1
    
    _CabDir       =C:\W10UI\W10UItemp
    MountDir      =C:\W10UI\W10UImount
    WinreMount    =C:\W10UI\W10UImountre
    
    wim2esd       =0
    wim2swm       =0
    ISO           =0
    ISODir        =
    Delete_Source =0
    
    AutoStart     =0
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    I made a script based your ReadMe and using the code style of whatever127's OP script.
    The script incorporates @Ace2's 4.xml and works perfectly.
    Later on today, I'll try out the script using your suggested 1,2,3 xml's.
    I'm happy to pm you a working script if you want to release it or I can post it here. Whatever you prefer.
    Thanks for your super solution!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
    Thank you! Please do it, make it completely! And do whatever you want :)
     
  10. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
  11. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #5591 freddie-o, Nov 22, 2021
    Last edited: Nov 22, 2021
    I only encountered that on windows 11 i think
     
  12. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
    #5593 huynhlam2, Nov 22, 2021
    Last edited: Nov 23, 2021
    Or you can simple need fix only the 1.xml & 3.xml (revert remove&install to install&remove )
    1.xml:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            <source location="Microsoft-Windows-EnterpriseSEdition-Package-amd64-10.0.19041.1.cab" />
            </package>
            <package action="remove">
                <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
        </servicing>
    </unattend>
    
    3.xml:
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="stage">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.21" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseSEdition" version="10.0.19041.1" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            <source location="1\Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.19041.1.mum" />
            </package>
        </servicing>
    </unattend>
    
     
  13. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    I have to do some other things now, but I will test out your improvements and post my script here later today! :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
    Update: Also modify 3.xml too!
     
  15. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    870
    30
    If you make a 19041.1 IOT LTSC 2021 install.wim using a Windows 10 Pro install.wim, does it have all the apps included with Windows Pro?

    If it does, it negates the point of a clean Windows install from the stripped-down LTSC. :(
     
  16. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,701
    13,703
    340
    #5598 xinso, Nov 22, 2021
    Last edited: Nov 22, 2021
    Fact1:
    Some System App needs Microsoft.VCLibs.140.00_14.0.27323.0_xXX__8wekyb3d8bbwe.

    Fact:2:
    Official image has not such dependency.
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,701
    13,703
    340
    #5599 xinso, Nov 22, 2021
    Last edited: Nov 22, 2021
    17763 updates, some in this build, some in other build, and never the same. Really hard.
     
  19. JLT2000

    JLT2000 MDL Junior Member

    Nov 3, 2020
    68
    20
    0
    #5600 JLT2000, Nov 22, 2021
    Last edited: Nov 22, 2021
    Hi Guys

    This is great work.

    Now we can finally make the image, the way we want it. Nice:rolleyes:

    Just used huynhlam2, The Completely EnterpriseS 19041.1 Works like a charm

    But is possible to build it with another language from scratch ?

    Just made it from scratch, with my own language Nice:thumbsup:

    Now MSMG toolkit, can do it's magic
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...