Windows Editions Reconstruction Project

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

  1. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    293
    118
    10
    #5021 Tarsynear, Oct 8, 2021
    Last edited: Jun 5, 2022
    Reserved.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
    #5022 xinso, Oct 8, 2021
    Last edited: Oct 8, 2021
    Deleted forever
     
  3. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    581
    365
    30
    Dear friend @xinso

    Could you tell me how to solve the problem I pointed out?

    Regards
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
    #5024 xinso, Oct 8, 2021
    Last edited: Oct 8, 2021
    Start with 16299.15 EnterpriseG which has en-US.

    It is the only available SKU, which is appropriate for a novice to learn reconstruction, from scratch.

    microsoft-windows-editionspecific-enterpriseg-package.esd
    microsoft-windows-editionspecific-enterpriseg-wow64-package.esd

    From 16299.15 Pro's Sessions.xml, learn two things first of all :
    1.
    Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.16299.15.mum
    2.
    Microsoft-Windows-EditionSpecific-EnterpriseG-Package~31bf3856ad364e35~amd64~~10.0.16299.15.mum
    Microsoft-Windows-EditionSpecific-EnterpriseG-WOW64-Package~31bf3856ad364e35~amd64~~10.0.16299.15.mum

    PS:
    1. 16299.15 Enterprise has EnterpriseG. You can use it to learn its structure before you start with reconstruction.
    Code:
    C:\windows\system32>dism /english /image:Z:\1 /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.16299.15
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:Z:\1 /get-targeteditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.16299.15
    
    Editions that can be upgraded to:
    
    Target Edition : EnterpriseG
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    Code:
    C:\windows\system32>dism /english /image:Z:\1 /set-edition:EnterpriseG
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.16299.15
    
    Starting to update components...
    Removing package Microsoft-Windows-EnterpriseEdition~31bf3856ad364e35~amd64~~10.0.16299.15
    Removing package Microsoft-Windows-EnterpriseEdition~31bf3856ad364e35~amd64~~10.0.16299.15
    [==========================100.0%==========================]
    
    Finished updating components.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    C:\windows\system32>dism /english /image:Z:\1 /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.16299.15
    
    Current edition is:
    
    Current Edition : EnterpriseG
    
    The operation completed successfully.
    
    C:\windows\system32>
    
    2. This is all I can do for you.
     
  5. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,365
    1,583
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
    #5026 xinso, Oct 8, 2021
    Last edited: Oct 8, 2021
    pm67310 is so interested in this topic.

    He likes to share what he knows (regardless of right or wrong). The Pros.
     
  7. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,365
    1,583
    90
    can you share serverturbine 2022 ? :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
  9. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,365
    1,583
    90
    #5030 pm67310, Oct 8, 2021
    Last edited: Oct 8, 2021
    -
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,365
    1,583
    90
    thank you :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    2,365
    1,583
    90
    Done :) thank you
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,186
    84,662
    340
    https://forums.mydigitallife.net/threads/windows-11-hotfix-repository.83741/page-10#post-1689648

    When you use DISM to add the combined msu directly, it generate forward and reverse deltas

    same when you install the msu directly on live system
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
    #5034 xinso, Oct 8, 2021
    Last edited: Oct 9, 2021
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
    #5035 xinso, Oct 9, 2021
    Last edited: Oct 9, 2021
    Mission: Impossible --> Baseless --> Faithless

    Q: How to make it Careless?
     
  15. Tarsynear

    Tarsynear MDL Senior Member

    Jan 4, 2021
    293
    118
    10
    #5036 Tarsynear, Oct 9, 2021
    Last edited: Jun 5, 2022
    Reserved.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
    #5038 xinso, Oct 9, 2021
    Last edited: Oct 9, 2021
    fake cat? Which one?

    All builds of EnterpriseG are all official packages.
     
  17. Maxis

    Maxis MDL Novice

    Apr 19, 2009
    25
    5
    0
    Is this official cat file?

    files\mum\Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~xxx~~x.x.x.x.cat
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,632
    13,641
    340
    #5040 xinso, Oct 9, 2021
    Last edited: Oct 9, 2021
    Official, but from 17763.1 EnterpriseG. Or other SKU.

    From 18362 forward, it will be removed (if reset base) and superceded by a new pair from LCU. aka new update technology.