[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,359
    14,897
    340
    #2841 xinso, Sep 10, 2025
    Last edited: Sep 10, 2025
  2. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    786
    168
    30
    #2842 pp03, Sep 10, 2025
    Last edited: Sep 10, 2025
    difference: Multimedia-SystemMediaTransportControls-Package (with wow64) was missing

    edit: audio still not working
     
  3. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,016
    1,727
    90
    Yes

    tweak.cmd i use:
    Code:
    @echo off
    
    Reg.exe load HKLM\SOFTHIVE C:\mount\Windows\System32\config\SOFTWARE
    Reg.exe delete "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\RunOnce" /v "TzSyncRunOnce" /f
    Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows\CurrentVersion\OOBE" /v "ProtectYourPC" /t REG_DWORD /d "3" /f
    Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "Shell" /t REG_SZ /d "explorer.exe" /f
    Reg.exe add "HKLM\SOFTHIVE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "ShellInfrastructure" /t REG_SZ /d "sihost.exe" /f
    Reg.exe unload HKLM\SOFTHIVE
    
    Reg.exe load HKLM\SYSHIVE C:\mount\Windows\System32\config\SYSTEM
    Reg.exe delete "HKLM\SYSHIVE\Setup" /v "RespecializeCmdLine" /f
    Reg.exe delete "HKLM\SYSHIVE\Setup" /v "SetupPhase" /f
    Reg.exe delete "HKLM\SYSHIVE\Setup" /v "SetupSupported" /f
    Reg.exe add "HKLM\SYSHIVE\ControlSet001\Services\Audiosrv" /v "Start" /t REG_DWORD /d "2" /f
    Reg.exe add "HKLM\SYSHIVE\ControlSet001\Services\AudioEndpointBuilder" /v "Start" /t REG_DWORD /d "2" /f
    Reg.exe unload HKLM\SYSHIVE
    
    pause
     
  4. winosr25

    winosr25 MDL Member

    May 14, 2024
    175
    128
    10
    WinPE SKU Foundation Merge
    or
    ServerCoreSKU Foundation Merge

    Win3 Feature Package

    Win3 DWM

    Server Shell

    User Desktop Experience

    BCD Server

    The list is open for completion.
     
  5. winosr25

    winosr25 MDL Member

    May 14, 2024
    175
    128
    10

    Attached Files:

    • test.7z
      File size:
      27.9 KB
      Views:
      22
  6. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,016
    1,727
    90
    please post detailed steps if and when you are successfully, thanks in advance.
     
  7. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    786
    168
    30
    #2848 pp03, Sep 10, 2025
    Last edited: Sep 11, 2025 at 17:29
    in attachment there is what i did till now
     

    Attached Files:

  8. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    653
    255
    30
    #2849 liliactr, Sep 10, 2025
    Last edited: Sep 10, 2025
    I shared my handmade more smaller base wims first page of this topic #5 steangely after so many months they were not deleted by mediafire

    why you stage server packages and why not client packages.

    Also winpe is capable of direct adding client esd packages. Also it boots directly desktop to ram drive but extra registry tweeks will be need for a usable system. It will boot recovery environment. registry tweaks shared previous topics maybe help. I have not worked on full build just used it to create a more usefull winpe. I used winpe from an installed systems C:\recovery folder. It should be same recovery Winpe that boot.wim has or windows folder contains but i advice installed systems winpe.wim

    Now i realise i have not added license packages that my start menu have not worked.
     
  9. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,016
    1,727
    90
    WinPE Language Pack (26100.1) ? where to download, thanks in advance.
     
  10. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    786
    168
    30
  11. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,016
    1,727
    90
    #2852 Ace2, Sep 11, 2025 at 03:08
    Last edited: Sep 11, 2025 at 23:48
    base-26100.wim cannot be Reconstructed to WinpeEdition with GUI, always ends in error no matter how i try to build...

    Code:
    Microsoft Windows [Version 10.0.26100.1742]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\Windows\System32>Dism /Image:C:\mount /Apply-UnAttend:C:\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1150
    
    Image Version: 10.0.26100.1
    
    Removing package Microsoft-Windows-WinVOS25Edition~31bf3856ad364e35~amd64~~10.0.26100.1
    [==========================100.0%==========================]
    
    Error: 0x800f0830
    
    The specified image is no longer serviceable and may be corrupted.
    Discard the modified image and start again.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    C:\Windows\System32>
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,359
    14,897
    340
  13. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    786
    168
    30
    Microsoft Windows [Version 10.0.19044.6332]
    (c) Microsoft Corporation. Wszelkie prawa zastrzeżone.

    C:\Windows\system32>"C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64\full_build.cmd"

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>mkdir logs 1>NUL 2>&1
    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>mkdir mount 1>NUL 2>&1

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>mkdir temp 1>NUL 2>&1

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>dism /logpath:logs\mount.log /mount-wim /wimfile:base-26100.wim /index:1 /mountdir:mount || exit /b 1

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636

    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>call build.cmd || exit /b 1

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>dism /logpath:logs\1.log /scratchdir:"C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64\temp" /image:mount /apply-unattend:1.xml || exit /b 1
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636

    Image Version: 10.0.26100.1

    Removing package Microsoft-Windows-WinVOS25Edition~31bf3856ad364e35~amd64~~10.0.26100.1
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>dism /logpath:logs\2.log /scratchdir:"C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64\temp" /image:mount /add-package /packagepath:sxs\Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-us~10.0.26100.1.mum || exit /b 1

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636

    Image Version: 10.0.26100.1

    Processing 1 of 1 - Adding package Microsoft-Windows-WinPE-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.26100.1
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>dism /logpath:logs\unmount.log /unmount-wim /mountdir:mount /commit || exit /b 1

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.3636

    Image File : C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64\base-26100.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.

    C:\Users\admin\Downloads\Professional_to_EnterpriseSEval_19041.1_x64>
     
  14. Ace2

    Ace2 MDL Guru

    Oct 10, 2014
    2,016
    1,727
    90
    #2855 Ace2, Sep 11, 2025 at 20:13
    Last edited: Sep 11, 2025 at 23:46
    I don't think this is what winosr25 had in mind for base-26100.wim, i think maybe trying to build a version of Microsoft-Windows-WinpeEdition with GUI, using only necessary packages.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,359
    14,897
    340
    #2856 xinso, Sep 11, 2025 at 23:20
    Last edited: Sep 12, 2025 at 01:05
    Q: From 10240.16384 to 26100.1, which build's Reconstruction is the most difficult?
    A: 10240.16384. Especially for customization.

    This is install.wim of three Reconstructions by same script in same conditions.
    1st: 3,187,182 KB
    2nd: 3,184,739 KB
    3rd: 3,184,751 KB
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,359
    14,897
    340
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,359
    14,897
    340
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,359
    14,897
    340
    #2860 xinso, Sep 13, 2025 at 06:09
    Last edited: Sep 13, 2025 at 08:06
    Thanks. These two things are for normal "10240.16384" Reconstruction with no updates.

    [OOBE issue]
    Code:
    Microsoft-OneCore-Update-OrchestratorScheduler-UXTasks-Package
    Microsoft-OneCore-Update-Ux-Core-Package
    Microsoft-OneCore-Update-Ux-Desktop-Package
    
    [pending issue]
    Code:
    Microsoft-Hyper-V-Guest-Integration-Drivers-Package