[ARCHIVED] Windows Editions Reconstruction Project

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

Thread Status:
Not open for further replies.
  1. tapangbedaru

    tapangbedaru MDL Junior Member

    Mar 6, 2022
    72
    33
    0
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
  3. dorfd1

    dorfd1 MDL Senior Member

    Sep 10, 2015
    276
    98
    10

    I tried Windows 11 LTSC 2024 version 26100. u can only activate IotenterpriseS and IoTenterpriseSK with hwid digital activation.
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
  6. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    #15346 JeepWillys58, Apr 8, 2024
    Last edited: Apr 8, 2024
    How to get an ISO file after the download is finished?

    upload_2024-4-8_1-4-28.png

    Thanks in advanced.
    Regards,
    @JeepWillys58
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
    #15349 xinso, Apr 8, 2024
    Last edited: Apr 8, 2024
    The usage worked for some previous build. But not for 26100.
    Code:
    ManagedWimLib.WimLibException: [Open] [ERROR] Can't open "Z:\26100.1\temp\1712584565361\MediaRoot\sources\install.esd" read-only: No such file or directory
       at ManagedWimLib.WimLibException.CheckErrorCode(ErrorCode ret)
       at ManagedWimLib.Wim.OpenWim(String wimFile, OpenFlags openFlags)
       at UnifiedUpdatePlatform.Services.Imaging.WimLibImaging.GetWIMInformation(String wimFile, WIM& wimInformationObject)
    [21:57:47][   Error   ] An error occured!
    [21:57:47][   Error   ] An error occurred while creating the ISO.
    
    download: official edition. e.g. Professional. s=Parent sku, e=Virtual edition. If not specified or mismatched, it downloads all skus which is not appropriate for EnterpriseG.
    create: UUP-supported editionspecific. e.g. EnterpriseG. So, homebrewed EnterpriseS, no.
     
  9. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    This is the same principle as the "Create download package" downloaded from UUP
     
  10. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    remove -e EnterpriseG from Download.cmd


    Code:
    @echo off
    pushd "%~dp0"
    
    UUPDownload.exe -s EnterpriseG -v 10.0.26100.1 -y 10.0.26100.1 -t amd64 -l zh-cn -r canary -c ge_release
    
    ======================
    
    :END
    echo.
    pause
    exit
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
    #15352 xinso, Apr 8, 2024
    Last edited: Apr 8, 2024
    26100 Spp is compatible with 25398.

    25398 Spp is compatible with 22621 Spp.

    Q: Whether or not 26100 Spp is compatible with 22621?

    [Hint]
    Spp is one thing; PKeyConfigVersion is another.

    26100 and 25398 are having compatible Spp and PKeyConfigVersion which support all three LTSC Editions.
    But 22621's PKeyConfigVersion does not support IoTEnterpriseSK.
     
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Yes you are right, this is why folders would need to be clean of packages not needed.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
    #15354 xinso, Apr 8, 2024
    Last edited: Apr 8, 2024
    EnterpriseG needs only Pro's packages. So, to download, use "-s Professional -e Professional". Then manually download EnterpriseG's EditionSpecific.
    But, that create.cmd won't allow me to make 26100.1 EnterpriseG Edition in the way I used to use.
     
  14. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    ManagedWimLib.WimLibException: [Open] [ERROR] Can't open "Z:\26100.1\temp\1712584565361\MediaRoot\sources\install.esd" read-only: No such file or directory
    at ManagedWimLib.WimLibException.CheckErrorCode(ErrorCode ret)

    install.esd, It should be Professional install.wim converted

    Later, it was similar to Apply-Unattend that it was reconstituted as EnterpriseG
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
    #15356 xinso, Apr 8, 2024
    Last edited: Apr 8, 2024
    This is a good example.
    Code:
    [23:36:20][Information] [CreatingISO][100%] Building Z:\25941.1000\25941-EnterpriseG-amd64-en-US.iso
    [23:36:20][Information] [Done]
    
    Download.cmd
    Code:
    UUPDownload.exe -s Professional -e Professional -v 10.0.25941.1000 -y 10.0.25941.1000 -l en-US -r Canary -t amd64 -c rs_prerelease
    
    +

    25941.1000\25941\UUP\Desktop\editionPackages\neutral\Microsoft-Windows-EditionSpecific-EnterpriseG-Package.ESD

    +

    Create.cmd
    Code:
    uupmediaconverter -i 25941-EnterpriseG-amd64-en-US.iso -u 25941 -e EnterpriseG -l en-US -c LZX -t temp\
    
    PS:
    I rename the "long" downloaded UUP folder as "short" -u 25941.
     
  16. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Yes, you are right, just tested create 26100.1 EnterpriseG Edition = Failed .
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,676
    14,414
    340
    #15358 xinso, Apr 8, 2024
    Last edited: Apr 8, 2024
    Test 26100.1 Windows 11 IoT Enterprise Subscription LTSC arm64 en-US
    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.26100.1
    
    Current edition is:
    
    Current Edition : IoTEnterpriseSK
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>dir /b K:\Windows\servicing\Version\10.0.26100.1
    arm64_installed
    x86_installed
    
    C:\WINDOWS\system32>dism /english /image:K: /add-package:z:\Microsoft-Windows-FoDMetadata-Package.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.26100.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~arm64~~10.0.26100.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    

    PS:
    No arm64 device. So test it for inspiring your imagination.
     
  18. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    EnterpriseG is possible
     

    Attached Files:

  19. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi guys!

    I use this command
    Code:
    Code:
    UUPMediaConverter.exe -u D:\10.0.26100.1.ge_release.240331-1435_amd64fre_6421e46cb0bb -i D:\Windows_11_24H2_Pro_x64.iso -l pt-BR 
    And get these ISO:
    DISM Info Context Menu:
    Code:
    DISM Info
    E:\X\Windows_11_24H2_Pro_x64.iso
    
    1,26100.1,x64,pt-BR,Core
    2,26100.1,x64,pt-BR,CoreSingleLanguage
    3,26100.1,x64,pt-BR,Professional
    4,26100.1,x64,pt-BR,CloudEdition
    5,26100.1,x64,pt-BR,Education
    6,26100.1,x64,pt-BR,Enterprise
    7,26100.1,x64,pt-BR,IoTEnterprise
    8,26100.1,x64,pt-BR,IoTEnterpriseK
    9,26100.1,x64,pt-BR,ProfessionalCountrySpecific
    10,26100.1,x64,pt-BR,ProfessionalEducation
    11,26100.1,x64,pt-BR,ProfessionalSingleLanguage
    12,26100.1,x64,pt-BR,ProfessionalWorkstation
    13,26100.1,x64,pt-BR,ServerRdsh
    
    
    Press any key to continue...
    Thanks for help.
    Regards
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...