[ARCHIVED] Windows Editions Reconstruction Project

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

Thread Status:
Not open for further replies.
  1. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    Thanks. I'll work on this tomorrow. It's pass midnight here.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    You have downloaded it? Don't ask when it was gone. I won't post twice.
     
  3. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    Good night.
     
  5. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    Yes I have. Thanks again and good night :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3887 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    That is used with 19041.1 Pro, now for experiment.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3889 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    Q: Why Microsoft adds this Microsoft-OneCore-DeviceUpdateCenter-Package extraly to EnterpriseS?
     
  9. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    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
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    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?
     
  11. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    60
    #3892 freddie-o, Jul 27, 2021
    Last edited: Jul 27, 2021
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3893 xinso, Jul 27, 2021
    Last edited: Jul 27, 2021
    Reserved
     
  13. freddie-o

    freddie-o MDL Expert

    Jul 29, 2009
    1,566
    2,605
    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
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    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>
    
     
  16. JeepWillys58

    JeepWillys58 MDL Addicted

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

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    Sorry, but it is for self-testing only. Official release is the best policy. It won't be long.
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    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)
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,685
    14,419
    340
    #3900 xinso, Jul 28, 2021
    Last edited: Jul 28, 2021