[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. W7W10

    W7W10 MDL Member

    May 11, 2023
    111
    20
    10
    Thank you my friend.
     
  2. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    690
    135
    30
    oficial or reconstructed 2021 ltsc n evaluation doesn't find newest cumulative updates - 2023-06 is the latest
     
  3. maur0

    maur0 MDL Senior Member

    Aug 3, 2012
    422
    207
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Alex1132

    Alex1132 MDL Novice

    Jul 23, 2025
    12
    1
    0
    #2424 Alex1132, Jul 26, 2025 at 16:08
    Last edited: Jul 27, 2025 at 17:36
    del
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,224
    14,811
    340
  6. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    291
    147
    10
  7. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    655
    394
    30
    In order to help you and possibly correct any errors, I need you to tell me what script or method you're using to rebuild the edition.

    What post did you use?:confused:

    This way, we can fix the "license" issue.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,224
    14,811
    340
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,224
    14,811
    340
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,224
    14,811
    340
  11. Alex1132

    Alex1132 MDL Novice

    Jul 23, 2025
    12
    1
    0
    @TesterMachineOS

    this license error was during 22000.194 rebuild, on 2200.3260 everything fine,

    thank you,

    can you tell me what about telemetry in ltsc build?
     
  12. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    655
    394
    30
    Windows 11 LTSC builds 21H2/22H2/23H2/24H2 are based on an original ISO (Whether official or leaked).

    Therefore, telemetry may or may not be active.

    I recommend visiting this thread to disable it if you wish.
    https://forums.mydigitallife.net/th...lemetry-repository.63874/page-66#post-1686849 by freddie-o
     
  13. W7W10

    W7W10 MDL Member

    May 11, 2023
    111
    20
    10
    What latest update can find Windows 10 19041.1 reconstruction of EnterpriseG?
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,224
    14,811
    340
    #2435 xinso, Jul 28, 2025 at 00:47
    Last edited: Jul 28, 2025 at 05:10
    Some unofficial editions\builds are not officially supported even though CU has their variants. Especially N Evaluation.

    To determine which editions are supported, check update.mum in CU.
    1. Firstly, check CU update.mum.
    2. Is the Edition mum is complete for 19041.1 and CU?
    3. If CU failed, lastly, check whether or not those updates are existent in CUs.
     
  15. Mooniversal

    Mooniversal MDL Novice

    Jul 9, 2020
    33
    17
    0
    What stops you @xinso from making an update for 20348, why is gailium capable of doing it but not you? :confused: Is it that impossible that no one has managed to do it? Are windows packages *that* crazy to modify?
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,224
    14,811
    340
    Q: Which is better (safer)?
    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="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEvalEdition" version="10.0.19041.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" />
                <source location="sxs\Microsoft-Windows-EnterpriseSNEvalEdition~31bf3856ad364e35~arm64~~10.0.19041.1.mum" />
            </package>
        </servicing>
    </unattend>
    
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <servicing>
            <package action="install">
                <assemblyIdentity name="Microsoft-Windows-EnterpriseSNEvalEdition" version="10.0.19041.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" />
                <source location="sxs\Microsoft-Windows-EnterpriseSNEvalEdition~31bf3856ad364e35~arm64~~10.0.19041.1.mum" />
            </package>
            <package action="remove">
                <assemblyIdentity name="Microsoft-Windows-ProfessionalEdition" version="10.0.19041.1" processorArchitecture="arm64" publicKeyToken="31bf3856ad364e35" language="neutral" />
            </package>
        </servicing>
    </unattend>
    
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,224
    14,811
    340
    #2438 xinso, Jul 28, 2025 at 03:00
    Last edited: Jul 28, 2025 at 08:56
    A1: gailium119 is being capable of "Packing\Repacking".
    A2: Only 27XXX Preview which will check "integrity" for Package. (If no solution? No more "custom" after 26100.1.)
     
  18. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    690
    135
    30
    2021-12. if you want newest, you have to install 22h2 enablement
     
  19. W7W10

    W7W10 MDL Member

    May 11, 2023
    111
    20
    10
    Thank you.