Windows Editions Reconstruction Project

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    You have downloaded it? Don't ask when it was gone. I won't post twice.
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    Good night.
     
  3. freddie-o

    freddie-o MDL Expert

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

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    #3887 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    That is used with 19041.1 Pro, now for experiment.
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    #3889 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    Q: Why Microsoft adds this Microsoft-OneCore-DeviceUpdateCenter-Package extraly to EnterpriseS?
     
  7. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    #3890 freddie-o, Jul 27, 2021
    Last edited: Jul 27, 2021
    Adding these EnterpriseS packages, Registry entries and sku
    Then I "set-productkey"
    I am able to set Pro to EnterpriseS edition using
    Code:
    dism /scratchdir:temp /image:mount /set-edition:EnterpriseS
    
    
    Windows update works
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    #3891 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    Yes, your own style. Congrats.

    But I am curious why you add those registry which will be added when the packages were installed?

    It seems that you did not set Product for EnterpriseS. Under such a case, it won't update EnterpriseS. Have you checked it is 19044.1149?
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    #3893 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    Reserved
     
  10. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,375
    2,277
    60
    This is the script of spoiler #3

    Code:
    @echo off
    dism /online /get-currentedition
    echo.
    echo.
    echo.
    echo.
    echo.Activation expiration date is:
    echo.
    cscript /Nologo "C:\Windows\System32\slmgr.vbs" /xpr
    echo.
    echo.
    echo.
    pause
    
    
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    #3896 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    Reconstructed 19041.1 EnterpriseS updated with original 19044.1149 updates
    Code:
    C:\windows\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19044.1149
    
    Current edition is:
    
    Current Edition : EnterpriseS
    
    The operation completed successfully.
    
    C:\windows\system32>dism /English /image:K: /get-targeteditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19044.1149
    
    Editions that can be upgraded to:
    
    Target Edition : IoTEnterpriseS
    
    The operation completed successfully.
    
    C:\windows\system32>
    
     
  13. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    581
    365
    30
    Any chance of share the updated files and how to?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    Sorry, but it is for self-testing only. Official release is the best policy. It won't be long.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    #3899 xinso, Jul 28, 2021
    Last edited: Jul 28, 2021
    Q: What are the packages we are in short of for perfect 19044 21H2 LTSC ATM?
    A: Two small packages.

    1. Win32Calc package - 32-bit Calculator
    2. Branding package - defines CompositionEditionID\EditionID\ProductName

    e.g.

    CompositionEditionID = EnterpriseS (Parent SKU)
    EditionID = EnterpriseS (Virtual SKU)
    ProductName = Windows 10 Enterprise LTSC 2019 (17763.1)
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    12,658
    13,675
    340
    #3900 xinso, Jul 28, 2021
    Last edited: Jul 28, 2021