[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
    #2441 xinso, Jul 28, 2025 at 13:47
    Last edited: Jul 28, 2025 at 19:40
  2. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,656
    2,900
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
  4. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,656
    2,900
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
    #2445 xinso, Jul 29, 2025 at 01:56
    Last edited: Jul 29, 2025 at 04:46
    [19044.1415 from CMGE_V2022-L.1345.iso]
    2021-08-30

    [19044.5737 by CMGE Update System]
    2021-08-30

    [19044.6093 by CMGE Update System]
    2021-08-30
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
    #2446 xinso, Jul 29, 2025 at 04:49
    Last edited: Jul 29, 2025 at 07:50
    Q: Is there any solution to bypass 27XXX Preview "Integrity Check"?
     
  7. Alex1132

    Alex1132 MDL Novice

    Jul 23, 2025
    12
    1
    0
    i read that LTSc has minimum telemetry and G is completely without... (Allow Telemetry = 0) Does reconstructed editions follow this rules?
     
  8. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,656
    2,900
    120
    Enterprise G are ltsc + custom gpo to block telemetry
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
    #2450 xinso, Jul 30, 2025 at 05:12
    Last edited: Jul 30, 2025 at 07:31
    Anyone to rescue Reconstruction of vNext (Previews)?

    Renamed, failed. Modified, failed. The .cat.
     
  11. Alex1132

    Alex1132 MDL Novice

    Jul 23, 2025
    12
    1
    0
    so basically G gpo can be exported and applied to ltsc? Any articles or solution on this topic?
     
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,948
    1,645
    60
    A detailed walkthrough would be good

    &

    How to export gpo from Microsoft-Windows-EditionSpecific-EnterpriseG-Package.esd (26100.1)
     
  13. alexiv

    alexiv MDL Novice

    Jan 16, 2019
    13
    14
    0
    #2453 alexiv, Jul 30, 2025 at 11:04
    Last edited: Jul 30, 2025 at 11:48
    How calculate hash for update package name?
    md5("name|????|????")

    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-OneCore-Console-Driver-Demand-Package" version="10.0.17763.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Microsoft-OneCore-Console-Driver-Demand" releaseType="Feature Pack">
        <update name="f63b75832875bc73715e4db582d38438">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-OneCore-Console-Driver-Demand-minkernel-Package" version="10.0.17763.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="ee0c7e45e1939277e4189a14d10f60c7">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-OneCore-Console-Driver-Package" version="10.0.17763.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    
    md5(Microsoft-OneCore-Console-Driver-Demand-minkernel-Package)=f63b75832875bc73715e4db582d38438
    md5(Microsoft-OneCore-Console-Driver-Package) = 7529777726e451b608b22b8ec66fe303 <> "ee0c7e45e1939277e4189a14d10f60c7"

    how ee0c7e45e1939277e4189a14d10f60c7 is calculated?

    just find answer self
    md5(7529777726e451b608b22b8ec66fe303)=ee0c7e45e1939277e4189a14d10f60c7
     
  14. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,656
    2,900
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,948
    1,645
    60
    My 27909.1000 workaround to reconstruct Professional to Enterprise G offline works, just need to "test" installing wim
     
  16. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    625
    745
    30
    makecat
     
  17. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    625
    745
    30
    #2457 zwl29107, Jul 30, 2025 at 15:52
    Last edited: Jul 30, 2025 at 16:08
    Deployment just directly uses single MD5:
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Composition-Core-merged-Package" version="10.0.26454.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Composition-Core-merged" releaseType="Feature Pack">
        <update name="0d1b19e6ea89a3ceb1a097fbf5da9dc2">
          <component>
            <assemblyIdentity name="Composition-Core-merged-Deployment" version="10.0.26454.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" />
          </component>
        </update>
      </package>
    </assembly>
    INFs and some WCOS packages use 256-bit hash, maybe SHA256.
     
  18. alexiv

    alexiv MDL Novice

    Jan 16, 2019
    13
    14
    0
    Does anyone know content this mum?
    Microsoft-Windows-Minwin-State-onecore-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum
    Microsoft-Windows-Minwin-State-minkernel-Package~31bf3856ad364e35~amd64~~10.0.17763.1.mum
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,221
    14,809
    340
    #2460 xinso, Jul 31, 2025 at 03:44
    Last edited: Jul 31, 2025 at 04:09
    Fingers crossed...