Windows Editions Reconstruction Project

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

  1. ylx

    ylx MDL Junior Member

    Dec 14, 2014
    74
    37
    0
    I can't find entg in 19044.1348 and above for online account issues.
    Nothing to do with entg-related components.
    If this is a feature, I will abandon this version.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,535
    13,527
    340
    #5602 xinso, Nov 23, 2021
    Last edited: Nov 23, 2021
    It should be controlled by Product policy.
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,535
    13,527
    340
  4. ylx

    ylx MDL Junior Member

    Dec 14, 2014
    74
    37
    0
    I can't get any idea about it.
    I have uesed "Microsoft-Windows-EditionSpecific-EnterpriseG-Package-amd64-10.0.19041.1348.cab" to test "19044.1237".
    It's normal.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,535
    13,527
    340
    #5605 xinso, Nov 23, 2021
    Last edited: Nov 23, 2021
    Test pure 19044.1348. Or the latest.

    e.g.

    19044.1237
    and
    19044.1348

    19043.1348
    and
    19044.1348

    I would compare Product policy, the first thing.
     
  6. Nack11

    Nack11 MDL Member

    Oct 30, 2021
    151
    21
    10
    Hey, i am wanted recontruct Windows 10 to pro single language
     
  7. Nack11

    Nack11 MDL Member

    Oct 30, 2021
    151
    21
    10
    I am want reconstruct windows 8.1 to the PRO Student SKU, but i am not share to the microsoft
     
  8. Nack11

    Nack11 MDL Member

    Oct 30, 2021
    151
    21
    10
    But if you can create this
     
  9. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    #5609 spanishfly, Nov 23, 2021
    Last edited: Jan 7, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    #5610 spanishfly, Nov 23, 2021
    Last edited: Nov 23, 2021
    Plan is to put sources or posts related to @huynhlam2's project here

    See next post
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    #5611 spanishfly, Nov 23, 2021
    Last edited: Jan 7, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. spanishfly

    spanishfly MDL Senior Member

    Dec 5, 2018
    352
    527
    10
    #5612 spanishfly, Nov 23, 2021
    Last edited: Jan 7, 2022
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. ylx

    ylx MDL Junior Member

    Dec 14, 2014
    74
    37
    0
    Product policy from "EnterpriseGEdition.xml" right?


    Based on your suggestions, I will compare product strategies and find a time
     
  14. JLT2000

    JLT2000 MDL Junior Member

    Nov 3, 2020
    68
    20
    0
    What will be the difference between the old an new pack ?

    Just did an new image with the updated 1.xml, 2.xml and 3.xml from huynhlam2

    Dism failed for me to with 1.xml & 3.xml
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. huynhlam2

    huynhlam2 MDL Junior Member

    Nov 8, 2020
    73
    161
    0
    #5615 huynhlam2, Nov 23, 2021
    Last edited: Nov 23, 2021
    -Yeah It's failed. I have tested, And fixed the 3.xml
    -Yeah It's failed. I have tested, And fixed the 3.xml
    -But the configuration for an unattend.xml is not matter. It's just always keep at least one edition live or staged for keep this package Windows-Defender-AM-Default-Definitions-Package-amd64-10.0.19041.1 alive
     
  16. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,374
    1,159
    60
    #5616 Ace2, Nov 23, 2021
    Last edited: Nov 24, 2021
    I Don't think this will work with your packs as they are , i had to repack your packs with SxSv1.;)
    But you can use them as a hint on how to get it to work for you.:cool:

    1.xml
    Code:
     
    <?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="stage">
                <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
    Code:
    <?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" />
            </package>
        </servicing>
    </unattend>
    
    3.xml
    Code:
    <?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>
        </servicing>
    </unattend>
    
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,412
    15,485
    210
    #5617 MSMG, Nov 23, 2021
    Last edited: Nov 23, 2021
    I did simply added the Windows-Defender-AM-Default-Definitions-Package-amd64-10.0.19041.1 package to it to complete the image.

    Although the reconstructed image produces a LTSC 2021 19041.1 without Edge Legacy or Edge Chrome but there's one issue when the Cumulative update is added to it, it restores and disables the Edge Legacy package.
     
  18. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    576
    354
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. JLT2000

    JLT2000 MDL Junior Member

    Nov 3, 2020
    68
    20
    0
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. JLT2000

    JLT2000 MDL Junior Member

    Nov 3, 2020
    68
    20
    0
    #5620 JLT2000, Nov 23, 2021
    Last edited: Nov 24, 2021
    ok thx
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...