[ARCHIVED] Windows Editions Reconstruction Project

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

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

    SunLion MDL Addicted

    May 11, 2011
    673
    1,655
    30
    Thank you for your help!

    It worked great!

    :)
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11942 xinso, Jun 22, 2023
    Last edited: Jun 22, 2023
    If to official 19044.1415 CMGE:
    0. Mount install.wim
    1. Install a new language pack, and Language feature packs, and FOD language packs.
    2. Set added language as default language
    3. Add 19044.1415 CU (KB5008212)
    4. Remove zh-CN Client language pack, and Language feature packs, and FOD language packs.
    5-1. Run "CMD" as Administrator
    5-2. Run "dism /image:%MOUNT% /cleanup-image /startcomponentcleanup /resetbase"
    6. Save\Unmount
    7. Optimize install.wim by "wimlib-imagex optimize install.wim", or export it to another wim.

    PS:
    1. Only en-US and zh-CN are applicable to CMGE (EnterpriseG).
    2. There are some special treatment, e.g. zh-CN CMGE product policy, and zn-CN settings in Unattend.xml. They are located in \Windows\Temp. You open and study yourself.
     
  3. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    574
    964
    30
    Can we discuss this further in DM please, I'm totally nOob in Reconstruction as I've never done something like this before but I'd love to give it a try under your guidance if you don't mind:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11944 xinso, Jun 22, 2023
    Last edited: Jun 22, 2023
    Start from scratch (OP) is best policy and recommended.
     
  5. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    574
    964
    30
    :rofl:
    Downloading CMGE_V2020-L.1207.000_HP.iso atm:p
    or we can say lvl1: Crawl:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11946 xinso, Jun 22, 2023
    Last edited: Jun 22, 2023
    CMGE_V0-G.1013.001_DELL.iso
    CMGE_V2020-L.1207.iso

    CMGE_V2020-L.1207.000_HP.iso?
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11947 xinso, Jun 23, 2023
    Last edited: Jun 23, 2023
    Q: Is it OK to Construct with a base image in different build?

    Under such circumstances, if compatible,
    Old Dism will be replaced with new one.
    New Servicing Stack will be added, leaving alone the old one (residual).

    A: It is OK, whether or not the residual is removed manually.

    [Be aware]
    Any components registered in registry, the sfc and scanhealth\restorehealth will check it.
    So, if you care about integrity, either leaving the residual as is, or remove completely.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11948 xinso, Jun 23, 2023
    Last edited: Jun 23, 2023
    Test manual Construction of 23486.1000 Windows 11 Enterprise amd64 en-US (with 23481.1000 Unstaged base image)
    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.23481.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23486.1000
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.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.23486.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.23486.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    

    Test manual Construction of 23486.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.23486.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23486.1000
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23486.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.23486.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.23486.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    

    Test manual Construction of 23486.1000 Windows 11 Enterprise arm64 en-US (with 23475.1000 Unstaged base image)
    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.23475.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23486.1000
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.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.23486.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.23486.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    

    Test manual Construction of 23486.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.23486.1000
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.23486.1000
    
    Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.1000
    [==========================100.0%==========================]
    Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23486.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.23486.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.23486.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11949 xinso, Jun 23, 2023
    Last edited: Jun 23, 2023
    Q: How to quickly fetch required ingredients of Unstaged base image?
    A: I get them from boot.wim or winre.wim.
     
  10. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    574
    964
    30
    CMGE V2020-L HP
    SHA-256: 64EFAE75AAA593DDB17ED0BA819E4D8A3F974BCC6C294DEDB083CF9F83AC14B6
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    It's not available from CMIT site. Where did you get it?
     
  12. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    574
    964
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11953 xinso, Jun 23, 2023
    Last edited: Jun 23, 2023
    CMGE_V2020-L.1207.iso (4,806,938 KB)
    sha256:
    16488A388790D2D906BE4F5D4C61AB1579ED10D9CF7B76EBBE736994E7ECCBB0
    Code:
    Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1397.1.5.mum
    

    CMGE_V2020-L.1207.000_HP.iso (7,006,300 KB)
    sha256:
    64EFAE75AAA593DDB17ED0BA819E4D8A3F974BCC6C294DEDB083CF9F83AC14B6
    Code:
    Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.774.1.12.mum
    Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1039.1.7.mum
    Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.1397.1.5.mum
    
    This, so big. Potentially not being Resetbase. i.e. If yes, it can be 17763.1 by removing updates.
     
  14. haris_mdlf69

    haris_mdlf69 MDL Addicted

    Oct 23, 2018
    574
    964
    30
    #11954 haris_mdlf69, Jun 23, 2023
    Last edited: Jun 23, 2023
    There is also CMGE_V2022-L.1345.iso(4,821,140 KB)
    sha256:
    DF5D880EFB41E80612A565555509310E1515856C5FA937813253E45692E0FDD1
    Downloaded that one also
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11957 xinso, Jun 23, 2023
    Last edited: Jun 23, 2023
    Q: How to Reconstruct a language to other language?

    It needs Language features packs, FOD language packs, Winre.wim or language packs.
    If 1, not difficult.
    If 38, as hassle as Construction.
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11958 xinso, Jun 23, 2023
    Last edited: Jun 23, 2023
    Test Reconstruct 17763.1 Windows 10 Enterprise LTSC (in CMGE style) amd64 en-US
    Code:
    ========================================================================================================
    17763.1 Windows 10 Enterprise LTSC (in CMGE style) amd64 en-US has been successfully reconstructed on 2023/6/23
    ========================================================================================================
    
    Mission took 0:5:27.66 (327.66s total)
    
    Code:
    ========================================================================================================
    Reconstruct 17763.1 Windows 10 Enterprise LTSC (in CMGE style) amd64 en-US
    ========================================================================================================
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Mount EnterpriseG image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Convert EnterpriseG to EnterpriseS
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Removing package Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.17763.1
    Removing package Microsoft-Windows-EnterpriseGEdition~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    
    The operation completed successfully.
    
    ------------------------------------------------------------
    Expand en-US language packs
    ------------------------------------------------------------
    
    Creating files: 15518 of 15518 (100%) done
    Extracting file data: 168 MiB of 168 MiB (100%) done
    Applying metadata to files: 15518 of 15518 (100%) done
    Done extracting files.
    Extracting file data: 40 MiB of 40 MiB (100%) done
    Done extracting files.
    Extracting file data: 7409 KiB of 7409 KiB (100%) done
    Done extracting files.
    Extracting file data: 258 KiB of 258 KiB (100%) done
    Done extracting files.
    Extracting file data: 95 MiB of 95 MiB (100%) done
    Done extracting files.
    Extracting file data: 64 MiB of 64 MiB (100%) done
    Done extracting files.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Add en-US Client language
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Add en-US language features
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Mount neutral Winre image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Add en-US Winre language
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-AppxPackaging-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-ATBroker-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-AudioCore-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-AudioDrivers-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-EnhancedStorage-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-HTA-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-Narrator-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-OpcServices-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-Rejuv-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-Scripting-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-SecureStartup-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-Speech-TTS-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-SRH-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-SRT-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-StorageWMI-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-WDS-Tools-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-WiFi-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Processing 1 of 1 - Adding package WinPE-WMI-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Reset Winre base
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Save and Unmount Winre image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\17763.1_CMGE_to_LTSC_amd64\temp\mount\Windows\System32\Recovery\winre.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Optimize Winre.wim
    ------------------------------------------------------------
    
    "temp\mount\Windows\System32\Recovery\Winre.wim" original size: 381737 KiB
    Using LZX compression with 12 threads
    Archiving file data: 964 MiB of 964 MiB (100%) done
    "temp\mount\Windows\System32\Recovery\Winre.wim" optimized size: 371623 KiB
    Space saved: 10113 KiB
    
    ------------------------------------------------------------
    Set EnterpriseS key
    ------------------------------------------------------------
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image Version: 10.0.17763.1
    
    Starting to install product key...
    Finished installing product key.
    
    The operation completed successfully.
    
    ============================================================
    Current Edition : EnterpriseS (OEM)
    ============================================================
    
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    Save and Unmount EnterpriseS image
    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.746
    
    Image File : Z:\17763.1_CMGE_to_LTSC_amd64\install.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
    ------------------------------------------------------------
    Optimize install.wim
    ------------------------------------------------------------
    
    "install.wim" original size: 3624795 KiB
    Using LZX compression with 12 threads
    Archiving file data: 6953 MiB of 6953 MiB (100%) done
    "install.wim" optimized size: 3188540 KiB
    Space saved: 436255 KiB
    
    ------------------------------------------------------------
    Set WIM information
    ------------------------------------------------------------
    
    Setting the NAME property of image 1 to "Windows 10 Enterprise LTSC 2019".
    Setting the DESCRIPTION property of image 1 to "Windows 10 Enterprise LTSC 2019".
    Setting the FLAGS property of image 1 to "EnterpriseS".
    Setting the DISPLAYNAME property of image 1 to "Windows 10 Enterprise LTSC (in CMGE style)".
    Setting the DISPLAYDESCRIPTION property of image 1 to "17763.1 Windows 10 Enterprise LTSC (in CMGE style)".
    
    ------------------------------------------------------------
    Delete temporary folder
    ------------------------------------------------------------
    
    ========================================================================================================
    17763.1 Windows 10 Enterprise LTSC (in CMGE style) amd64 en-US has been successfully reconstructed on 2023/6/23
    ========================================================================================================
    
    Mission took 0:5:27.66 (327.66s total)
    

    Test Reconstruct 17763.1 Windows 10 Enterprise N LTSC (in CMGE style) amd64 en-US
    Code:
    ========================================================================================================
    17763.1 Windows 10 Enterprise N LTSC (in CMGE style) amd64 en-US has been successfully reconstructed on 2023/6/24
    ========================================================================================================
    
    Mission took 0:5:40.39 (340.39s total)
    
    Code:
    WIM XML Information:
    ---------------------------
    <WIM>
      <IMAGE INDEX="1">
        <DIRCOUNT>18994</DIRCOUNT>
        <FILECOUNT>75978</FILECOUNT>
        <TOTALBYTES>13143568882</TOTALBYTES>
        <HARDLINKBYTES>5687712982</HARDLINKBYTES>
        <CREATIONTIME>
          <HIGHPART>0x01D9A5EB</HIGHPART>
          <LOWPART>0xE2FD72C0</LOWPART>
        </CREATIONTIME>
        <LASTMODIFICATIONTIME>
          <HIGHPART>0x01D9A5EB</HIGHPART>
          <LOWPART>0xE2FD72C0</LOWPART>
        </LASTMODIFICATIONTIME>
        <WIMBOOT>0</WIMBOOT>
        <WINDOWS>
          <ARCH>9</ARCH>
          <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
          <EDITIONID>EnterpriseSN</EDITIONID>
          <INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
          <SERVICINGDATA>
            <GDRDUREVISION>0</GDRDUREVISION>
            <PKEYCONFIGVERSION>10.0.17763.1;2016-01-01T00:00:00Z</PKEYCONFIGVERSION>
            <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE>
          </SERVICINGDATA>
          <HAL>acpiapic</HAL>
          <PRODUCTTYPE>WinNT</PRODUCTTYPE>
          <PRODUCTSUITE>Terminal Server</PRODUCTSUITE>
          <LANGUAGES>
            <LANGUAGE>en-US</LANGUAGE>
            <DEFAULT>en-US</DEFAULT>
          </LANGUAGES>
          <VERSION>
            <MAJOR>10</MAJOR>
            <MINOR>0</MINOR>
            <BUILD>17763</BUILD>
            <SPBUILD>1</SPBUILD>
            <SPLEVEL>0</SPLEVEL>
            <BRANCH>rs5_release</BRANCH>
          </VERSION>
          <SYSTEMROOT>WINDOWS</SYSTEMROOT>
        </WINDOWS>
        <NAME>Windows 10 Enterprise N LTSC 2019</NAME>
        <DESCRIPTION>Windows 10 Enterprise N LTSC 2019</DESCRIPTION>
        <FLAGS>EnterpriseSN</FLAGS>
        <DISPLAYNAME>Windows 10 Enterprise N LTSC (in CMGE style)</DISPLAYNAME>
        <DISPLAYDESCRIPTION>17763.1 Windows 10 Enterprise N LTSC (in CMGE style)</DISPLAYDESCRIPTION>
      </IMAGE>
      <TOTALBYTES>3180995262</TOTALBYTES>
    </WIM>
    
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #11960 xinso, Jun 24, 2023
    Last edited: Jun 24, 2023