[ARCHIVED] Windows Editions Reconstruction Project

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

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

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    @zhanglin
    can i pm about core file ?
     
  2. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    ok
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
  5. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    start cmd /k dism /image:G:\ /add-package /packagepath:packages\Core.mum

    Image Version: 10.0.19100.1051

    Processing 1 of 1 - Access denied to Microsoft-Windows-CoreEdition. The specified package is not a type that can be modified.

    im trying to make from
    19100.1051.210916-1011.VB_RELEASE_SVC_TEAM_FLIGHT_CLIENTUNSTAGED_RETAIL_X64FRE_EN-US
    Core edition offline
    but getting this error

    via setup all works no errors
    ig i miss same steps
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12526 xinso, Aug 10, 2023
    Last edited: Aug 10, 2023
    1. Officially, an Edition must be dealt with unattend xml, not by dism /add-package.
    2. PPIPro is for Surface Hub which BIOS is different to regular devices. i.e. The image converted by PPRPro might not run successfully. And it potentially might ruin the BIOS of regular devices.
     
  7. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,330
    2,508
    120
    surface team hub iso are possible to use on vmware or virtual box but not recommanded because buggy and lock uefi after install

    only standard surface sku works fine on vmware like enterprise or pro or windows 11 se with litte modification to installer

    to mimic surface hub team sku :
    install windows 11 pro workstation or enterprise
    install on virtual machine add word / excel / powerpoint

    add teams and microsoft whiteboard
    switch to tablet mode

    extract from surface hub team generated iso wallpapper and add to installed windows 11 enterprise / pro workstation
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    i look in the packages folder for xmls
    didnt find something that works
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12529 xinso, Aug 11, 2023
    Last edited: Aug 11, 2023
    Any one at OP #2 could be your very first step to conquer.
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12530 xinso, Aug 11, 2023
    Last edited: Aug 11, 2023
    Test manual Construction of 23521.1000 Windows 11 Enterprise amd64 en-US
    Code:
    C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23516.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package_en-us-amd64-en-us.esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23521.1000
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.23521.1000
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-us
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23521.1000
    
    
    Set SKU default settings for: en-us
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23521.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    

    Test manual Construction of 23521.1000 Windows 11 Enterprise arm64 en-US
    Code:
    C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23516.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\Microsoft-Windows-Client-LanguagePack-Package_en-us-arm64-en-us.esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23521.1000
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23521.1000
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /english /image:K: /set-skuintldefaults:en-us
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23521.1000
    
    
    Set SKU default settings for: en-us
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /get-currentedition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23521.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12531 xinso, Aug 11, 2023
    Last edited: Aug 11, 2023
    Test Reconstruct 22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64

    [nb-NO]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 nb-NO has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:16.15 (256.15s total)
    

    [nl-NL]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 nl-NL has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:16.37 (256.37s total)
    
    [pl-PL]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 pl-PL has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:16.30 (256.30s total)
    

    [pt-BR]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 pt-BR has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:15.27 (255.27s total)
    

    [pt-PT]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 pt-PT has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:15.44 (255.44s total)
    

    ro-RO]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 ro-RO has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:5.21 (245.21s total)
    
    [ru-RU]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 ru-RU has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:19.51 (259.51s total)
    

    [sk-SK]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 sk-SK has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:5.70 (245.70s total)
    

    [sl-SI]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 sl-SI has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:3.90 (243.90s total)
    

    [sr-Latn-RS]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 sr-Latn-RS has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:4.84 (244.84s total)
    
    [sv-SE]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 sv-SE has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:15.05 (255.05s total)
    

    [th-TH]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 th-TH has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:5.64 (245.64s total)
    

    [tr-TR]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 tr-TR has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:13.12 (253.12s total)
    

    [uk-UA]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 uk-UA has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:4.93 (244.93s total)
    
    [zh-CN]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 zh-CN has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:5.32 (245.32s total)
    

    [zh-TW]
    Code:
    ========================================================================================================
    22621.1 Windows 11 IoT Enterprise LTSC (with Store) amd64 zh-TW has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:4:4.93 (244.93s total)
    
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12532 xinso, Aug 11, 2023
    Last edited: Aug 11, 2023
    Test Reconstruct 17763.4737 Windows 10 Enterprise LTSC (in CMGE style) amd64 zh-CN
    Code:
    ========================================================================================================
    17763.4737 Windows 10 Enterprise LTSC (in CMGE style) amd64 zh-CN has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:19:35.37 (1175.37s total)
    


    Test Reconstruct 17763.4737 Windows 10 Enterprise N LTSC (in CMGE style) amd64 zh-CN
    Code:
    ========================================================================================================
    17763.4737 Windows 10 Enterprise N LTSC (in CMGE style) amd64 zh-CN has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:19:23.14 (1163.14s total)
    
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12533 xinso, Aug 11, 2023
    Last edited: Aug 11, 2023
    Test Reconstruct 17763.4737 Windows 10 Enterprise LTSC (in CMGE style) amd64 zh-TW
    Code:
    ========================================================================================================
    17763.4737 Windows 10 Enterprise LTSC (in CMGE style) amd64 zh-TW has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:19:33.99 (1173.99s total)
    


    Test Reconstruct 17763.4737 Windows 10 Enterprise N LTSC (in CMGE style) amd64 zh-TW
    Code:
    ========================================================================================================
    17763.4737 Windows 10 Enterprise N LTSC (in CMGE style) amd64 zh-TW has been successfully reconstructed on 2023/8/11
    ========================================================================================================
    
    Mission took 0:19:25.87 (1165.87s total)
    
     
  14. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    #12534 zhanglin, Aug 11, 2023
    Last edited: Aug 11, 2023
    It's strange that rs_prerelease remove Microsoft-Windows-EditionPack-Professional-Package, there is always an error, what is the reason?
    捕获.PNG

    Log
    Code:
    2023-08-11 12:15:09, Info                  CBS    Not able to resolve capability:Windows.Container.ClientSupportImage~~~~0.0.1.0 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2023-08-11 12:15:09, Info                  CBS    Failed to resolve detached OC capability on uninstallation or evaluation of installed detached OC: Container-WIM [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2023-08-11 12:15:09, Info                  CBS    Failed to populate updates for package: Microsoft-Windows-Containers-OptionalFeatures-Package~31bf3856ad364e35~amd64~~10.0.25915.1000 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2023-08-11 12:15:09, Info                  CBS    Failed to add child package to the strategy [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2023-08-11 12:15:09, Info                  CBS    Failed to add package: Microsoft-Windows-EditionPack-Professional-Package~31bf3856ad364e35~amd64~~10.0.25915.1000 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2023-08-11 12:15:09, Info                  CBS    Failed to plan execution. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2023-08-11 12:15:09, Info                  CSI    00000008 Perf: LRU Cache Clear @0x1a4a5f585f0
    2023-08-11 12:15:09, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    If you remove the Containers-Dynamic-Image-FoD-Package first, uninstall Microsoft-Windows-EditionPack-Professional-Package without problems.
    Code:
    操作成功完成。
    操作成功完成。
    错误: 系统找不到指定的注册表项或值。
    操作成功完成。
    
    部署映像服务和管理工具
    版本: 10.0.22621.1
    
    映像版本: 10.0.25915.1000
    
    正在处理 1 (共 1) - 正在删除程序包 Microsoft-Windows-EditionPack-Professional-Package~31bf3856ad364e35~amd64~~10.0.25915.1000
    [==========================100.0%==========================]
    操作成功完成。
    请按任意键继续. . .
     
  15. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Are you trying to build Core install.wim
     
  16. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    yes
     
  17. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    Like this...
    Code:
    Microsoft Windows [Version 10.0.20348.1]
    (c) 2020 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /Image:D:\ /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20348.1
    
    Image Version: 10.0.19100.1051
    
    Current edition is:
    
    Current Edition : Core
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Image:D:\ /Get-TargetEditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20348.1
    
    Image Version: 10.0.19100.1051
    
    Editions that can be upgraded to:
    
    Target Edition : CoreSingleLanguage
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : IoTEnterprise
    Target Edition : Enterprise
    
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Image:D:\ /Get-Packages
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20348.1
    
    Image Version: 10.0.19100.1051
    
    Packages listing:
    
    Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19100.1051
    State : Installed
    Release Type : Language Pack
    Install Time : 11/08/2023 00:10
    
    Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19100.1051
    State : Installed
    Release Type : Foundation
    Install Time : 10/08/2023 23:47
    
    The operation completed successfully.
    
    C:\Windows\system32>
    As you can see there are no Capabilities packages and there is no downloads for Capabilities packages on uup dump...
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12538 xinso, Aug 11, 2023
    Last edited: Aug 11, 2023
    Oh. The Microsoft-Windows-Containers-OptionalFeatures-Package is dependency of Containers-Dynamic-Image-FoD-Package.

    Thank you.
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,675
    14,413
    340
    #12539 xinso, Aug 11, 2023
    Last edited: Aug 11, 2023
    1. The PPIPro is modded 19043, slightly old, not many FoDs. But there are FoDs at UUP. You have a closer look.
    2. You use PPIPro as source image, missing some FoDs for regular editions, normal. You have to install them.
     
  20. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,857
    1,520
    60
    I am modding 19043 client FoDs as we speak...