[ARCHIVED] Windows Editions Reconstruction Project

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

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

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12921 xinso, Sep 12, 2023
    Last edited: Sep 12, 2023
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12922 xinso, Sep 12, 2023
    Last edited: Sep 12, 2023
    Try this. If it still won't work for you, I can't hep, because the two builds of my last post were made with this script.

    00000.0_Pro_to_EntG_amd64_en-US_zh-CN.7z
    sha1: 9ED1BE94C12DCD6BA75AA4235729F7F1D3524267
    expired

    [How-To]

    Step 4-1:
    Expand language pack to 00000.0_Pro_to_EntG_amd64_en-US_zh-CN\lp

    Step 4-2:
    Expand Microsoft-Windows-EditionSpecific-EnterpriseG-Package.ESD to 00000.0_Pro_to_EntG_amd64_en-US_zh-CN\sxs

    Step 4-3:
    Place Professional install.wim in 00000.0_Pro_to_EntG_amd64_en-US_zh-CN

    Step 4-4:
    As Administrator, run Create-Start-As-Admin.cmd

    PS:
    The files\mum folder includes Edition mum & cat of builds from 15063 to 226621. You can add new builds. The script will detect automatically.

    Remember to modify inside and outside of the mum & cat with #TARGET#, #ARCH# and #LVER#.

    e.g. 22621.1.

    [outside]
    EnterpriseG ---> #TARGET#
    amd64 ---> #ARCH#
    10.0.XXXXX.X ---> #LVER#
    --->
    Microsoft-Windows-#TARGET#Edition~31bf3856ad364e35~#ARCH#~~#LVER#.cat
    Microsoft-Windows-#TARGET#Edition~31bf3856ad364e35~#ARCH#~~#LVER#.mum

    [inside mum]
    amd64 ---> #ARCH#
    10.0.XXXXX.X ---> #LVER#
    --->
    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved.">
      <assemblyIdentity name="Microsoft-Windows-EnterpriseGEdition" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
      <package identifier="Windows EnterpriseG Edition" releaseType="Product">
        <update name="Microsoft-Windows-Foundation-Package">
          <package contained="false" integrate="visible">
            <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-EditionSpecific-EnterpriseG-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-EditionSpecific-EnterpriseG-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Client-Desktop-Required-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Client-Desktop-Required-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Client-Desktop-Required-WOW64-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Client-Desktop-Required-WOW64-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Client-Features-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Client-Features-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Client-Features-WOW64-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Client-Features-WOW64-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-EditionPack-Professional-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-EditionPack-Professional-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-EditionPack-Professional-WOW64-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-EditionPack-Professional-WOW64-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-RegulatedPackages-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-RegulatedPackages-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-RegulatedPackages-WOW64-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-RegulatedPackages-WOW64-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Required-ShellExperiences-Desktop-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Required-ShellExperiences-Desktop-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package" version="#LVER#" processorArchitecture="#ARCH#" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
      </package>
    </assembly>
    
     
  3. lsx285p

    lsx285p MDL Novice

    Mar 6, 2022
    49
    68
    0
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12924 xinso, Sep 12, 2023
    Last edited: Sep 12, 2023
  5. lsx285p

    lsx285p MDL Novice

    Mar 6, 2022
    49
    68
    0
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12926 xinso, Sep 12, 2023
    Last edited: Sep 13, 2023
    No. It's mainly for Edition-Switch in Reconstruction way.
     
  7. lsx285p

    lsx285p MDL Novice

    Mar 6, 2022
    49
    68
    0
    I mentioned yesterday or the day before that I was able to inplace upgrade from 19041 reconstructed to 22621 constructed (not my construction). I think that I'm going to give this a final try and if this does not work then fully focus on vNext, as vNext doesn't cause issues for me when reconstructed.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12928 xinso, Sep 12, 2023
    Last edited: Sep 13, 2023
    22621.2283 KB5030219.

    Q: Why this language pack is having en-US only? The one for PPIPro is in full 38.

    Microsoft-Windows-Required-ShellExperiences-Desktop-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1778

    22621.1778

    [PPIPro]
    Code:
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~ar-SA~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~ca-ES~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~cs-CZ~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~da-DK~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~de-DE~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~el-GR~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~en-GB~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~es-ES~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~es-MX~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~et-EE~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~eu-ES~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~fi-FI~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~fr-CA~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~fr-FR~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~gl-ES~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~he-IL~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~hr-HR~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~hu-HU~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~id-ID~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~it-IT~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~ja-JP~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~ko-KR~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~lt-LT~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~lv-LV~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~nb-NO~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~nl-NL~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~pl-PL~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~pt-BR~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~pt-PT~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~ro-RO~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~ru-RU~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~sk-SK~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~sl-SI~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~sr-Latn-RS~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~sv-SE~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~th-TH~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~tr-TR~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~uk-UA~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~vi-VN~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~zh-CN~10.0.22621.608.mum
    Microsoft-Windows-Required-ShellExperiences-PPI-Package~31bf3856ad364e35~amd64~zh-TW~10.0.22621.608.mum
    
    22621.608

    Desktop & PPI

    Microsoft-Windows-Client-Desktop-Required-Package
    Microsoft-Windows-Required-ShellExperiences-Desktop-Package
    Microsoft-Windows-Required-ShellExperiences-PPI-Package
    --->
    Required

    Let me download and check again.

    Windows11.0-KB5030219-x64.cab
    Code:
    Microsoft-Windows-Required-ShellExperiences-Desktop-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1778.cat
    Microsoft-Windows-Required-ShellExperiences-Desktop-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.1778.mum
    Microsoft-Windows-Required-ShellExperiences-Desktop-Package~31bf3856ad364e35~amd64~~10.0.22621.2215.cat
    Microsoft-Windows-Required-ShellExperiences-Desktop-Package~31bf3856ad364e35~amd64~~10.0.22621.2215.mum
    Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package~31bf3856ad364e35~amd64~~10.0.22621.2215.cat
    Microsoft-Windows-Required-ShellExperiences-Desktop-WOW64-Package~31bf3856ad364e35~amd64~~10.0.22621.2215.mum
    
    Q: Is it intended for all languages?

    If yes, oh.... How it made it? Extract and see.

    It is composed of 4 components:
    Code:
        <update name="ab4bd975a61a618f9ec227e2291bf2af">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-DesktopFileExplorer-Package" version="10.0.22621.2070" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="aa762dafde7e0b833254423ad77deb14">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Explorer-FolderDelegateExecute-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="64c4f6efe543eff14da48ebb91421bac">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Runtime-Metadata-Desktop-Package" version="10.0.22621.2215" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="2436f98619a78cdf8dccc075094277d4">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-ShellExperienceHost-Package" version="10.0.22621.2215" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    The language pack has updates for 2 only.
    Code:
        <update name="bfea6b5c28379e2285926c3df1718fb3">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-DesktopFileExplorer-Package" version="10.0.22621.608" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="128243532379ed026f243c29c8d21eef">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Explorer-FolderDelegateExecute-Package" version="10.0.22621.1" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="5652b7cea10baa601d12f2ba238dce90">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-Runtime-Metadata-Desktop-Package" version="10.0.22621.1" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="3d7fcccc81e548612b3fc293259518d4">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-ShellExperienceHost-Package" version="10.0.22621.1778" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    --->
    Code:
        <update name="bfea6b5c28379e2285926c3df1718fb3">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-DesktopFileExplorer-Package" version="10.0.22621.608" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
        <update name="3d7fcccc81e548612b3fc293259518d4">
          <package contained="false" integrate="hidden">
            <assemblyIdentity name="Microsoft-Windows-ShellExperienceHost-Package" version="10.0.22621.1778" processorArchitecture="amd64" language="en-US" buildType="release" publicKeyToken="31bf3856ad364e35" />
          </package>
        </update>
    
    en-US, and only.
    So, no worries if your language is not en-US.

    Clear. You can do your custom Reconstruction\Construction now.
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12929 xinso, Sep 13, 2023
    Last edited: Sep 13, 2023
    Q: When customize a package, do we have to customize it's language pack?
    A: Yes, sure. CU will check and update it too. If mismatched, it may work, but may not work fine. It'll be fine if you don't use it. But CU may failed.

    So, don't risk it. Just customize it.

    To customize one, easy. To customize 38, you need patience and carefullness.

    Q: How to customize one, and do the rest by the customized one quickly?
    A: You need a script to copy the customized one, and rename\replace "xx-XX" with other 37 "xx-XX".

    e.g. You customized en-US.
    Code:
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    複製了         2 個檔案。
    
    --->
    Code:
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ar-SA~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ar-SA~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~bg-BG~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~cs-CZ~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~cs-CZ~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~da-DK~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~da-DK~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~de-DE~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~de-DE~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~el-GR~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~el-GR~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-GB~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-GB~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~en-US~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~es-ES~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~es-ES~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~es-MX~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~es-MX~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~et-EE~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~et-EE~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~fi-FI~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~fi-FI~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~fr-CA~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~fr-CA~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~fr-FR~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~fr-FR~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~he-IL~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~he-IL~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~hr-HR~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~hr-HR~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~hu-HU~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~hu-HU~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~it-IT~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~it-IT~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ja-JP~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ja-JP~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ko-KR~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ko-KR~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~lt-LT~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~lt-LT~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~lv-LV~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~lv-LV~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~nb-NO~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~nb-NO~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~nl-NL~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~nl-NL~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~pl-PL~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~pl-PL~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~pt-BR~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~pt-BR~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~pt-PT~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~pt-PT~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ro-RO~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ro-RO~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ru-RU~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~ru-RU~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sk-SK~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sk-SK~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sl-SI~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sl-SI~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sr-Latn-RS~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sr-Latn-RS~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sv-SE~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~sv-SE~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~th-TH~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~th-TH~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~tr-TR~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~tr-TR~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~uk-UA~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~uk-UA~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~zh-CN~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~zh-CN~10.0.22621.2215.mum
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~zh-TW~10.0.22621.2215.cat
    Microsoft-Windows-EditionSpecific-EnterpriseS-Package~31bf3856ad364e35~amd64~zh-TW~10.0.22621.2215.mum
    
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12934 xinso, Sep 13, 2023
    Last edited: Sep 14, 2023
    Test manual Construction of 25951.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.25926.1000
    
    Applying package servicing unattend
    [==========================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.25951.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.25951.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12936 xinso, Sep 14, 2023
    Last edited: Sep 14, 2023
    Test manual Construction of 25951.1000 Windows Server vNext Datacenter Azure Edition 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.25926.1000
    
    Applying package servicing unattend
    [==========================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.25951.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.25951.1000
    
    Current edition is:
    
    Current Edition : ServerTurbine
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12937 xinso, Sep 14, 2023
    Last edited: Sep 14, 2023
    The UUP dump site shared at MDL is still not working for me. (Sometimes good, sometimes bad. Not Stable.)
     
  17. JeepWillys58

    JeepWillys58 MDL Addicted

    Nov 6, 2010
    603
    379
    30
    Hi my dear friend...

    Use the UUPDUMP Local Server, from the information I obtained, the site was definitively closed by Luzea...

    Local Server by Paul Mercer
    https://forums.mydigitallife.net/th...11-uups-with-ease.75052/page-243#post-1781105

    About the shutdown of uupdump site look here...
    https://forums.mydigitallife.net/th...11-uups-with-ease.75052/page-255#post-1805467

    Best Regards,
    @JeepWillys58
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12939 xinso, Sep 14, 2023
    Last edited: Sep 14, 2023
    Thanks. I am not used to it. I use adguard's as option which won't work for my language.

    Z: is Ramdisk, and its "Temp" folder is for my System. The script won't work at Z:\.

    Now I make a folder 1 at Z:\ for the script, it is working in Z:\1.
    Code:
    Status Legend:
    (OK):download completed.
    
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,709
    14,436
    340
    #12940 xinso, Sep 14, 2023
    Last edited: Sep 14, 2023