[GUIDE] [DISCUSSION] Windows Editions Reconstructions

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
    #1461 xinso, Jan 31, 2025
    Last edited: Feb 1, 2025
    I can't make it with sxsfounder.
     
  2. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    604
    214
    30
  3. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
    #1463 Ace2, Jan 31, 2025
    Last edited: Jan 31, 2025
    Stops with error because of ServicingStack 10.0.27783.1000

    Starts with ServicingStack 10.0.26100.1

    Code:
    Preparing...
    sxsfounder 0.0.3 by witherornot
    Creating offline image at X:\image
    CreateNewWindows SUCCESS
    CreateNewOfflineStore SUCCESS
    
    Parameters:
    HostSystemDrivePath: X:\image
    HostWindowsDirectoryPath: X:\image\Windows
    TargetWindowsDirectoryPath: X:\Windows
    HostRegistryMachineSoftwarePath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Windows/System32/config/SOFTWARE
    HostRegistryMachineSystemPath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Windows/System32/config/SYSTEM
    HostRegistryMachineSecurityPath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Windows/System32/config/SECURITY
    HostRegistryMachineSAMPath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Windows/System32/config/SAM
    HostRegistryMachineComponentsPath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Windows/System32/config/COMPONENTS
    HostRegistryUserDotDefaultPath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Windows/System32/config/DEFAULT
    HostRegistryDefaultUserPath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Users/Default/NTUSER.DAT
    ProcessorArchitecture: 0x00000009
    HostRegistryMachineOfflineSchemaPath: HKEY_LOCAL_MACHINE\{bf1a281b-ad7b-4476-ac95-f47682990ce7}X:/image/Windows/System32/SMI/Store/Machine/SCHEMA.DAT
    
    Press any key to continue . . .
    Installing SKUs...
    cbsexploder 0.0.3 by witherornot
    Setting package Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.27783.1000 as Staged
    
    [==================================                ]  69.0%
    Failed at 69.0% because of regedit settings.
     
  4. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
    10.0.27783.1000 can work with stageSxS-principalis:
    Code:
    [0]
    
    "C:\Program Files\7-Zip\7z.exe" x -y "C:\UUPs\*.esd" -oC:\sxs
    
    copy C:\mum\Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.27783.1000.cat C:\sxs
    copy C:\mum\Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.27783.1000.mum C:\sxs
    
    [1]
    
    md C:\mount
    dism /capture-image /imagefile:C:\install.wim /capturedir:C:\mount /name:"Windows 11 Pro" /compress:LZX
    C:\Professional\imagex\imagex.exe /flags "Professional" /info C:\install.wim 1 "Windows 11 Pro" "Windows 11 Pro"
    dism /mount-image /imagefile:C:\install.wim /index:1 /mountdir:C:\mount
    
    [2]
    
    md C:\mount\Users\Default
    md C:\mount\Windows\servicing\Packages
    md C:\mount\Windows\servicing\Sessions
    md C:\mount\Windows\servicing\Version\10.0.27783.1000
    md C:\mount\Windows\Setup\State
    md C:\mount\Windows\System32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}
    md C:\mount\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}
    md C:\mount\Windows\System32\config
    md C:\mount\Windows\System32\Dism
    md C:\mount\Windows\System32\downlevel
    md C:\mount\Windows\System32\SMI\Schema
    md C:\mount\Windows\System32\SMI\Store\Machine
    md C:\mount\Windows\Temp
    md C:\mount\Windows\WinSxS\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84
    md C:\mount\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad
    md C:\mount\Windows\WinSxS\Catalogs
    md C:\mount\Windows\WinSxS\Manifests
    md C:\mount\Windows\WinSxS\Temp
    
    [3]
    
    xcopy /e C:\sxs\amd64_microsoft-windows-d..ing-management-core_31bf3856ad364e35_10.0.27783.1000_none_07a8be16a330457d C:\mount\Windows\System32\Dism
    xcopy /e C:\sxs\amd64_microsoft-windows-d..ing-management-host_31bf3856ad364e35_10.0.27783.1000_none_09e00c8ea1c3f5e6 C:\mount\Windows\System32\Dism
    xcopy /e C:\sxs\amd64_microsoft-windows-d..-winproviders-image_31bf3856ad364e35_10.0.27783.1000_none_7b540d43a23372b0 C:\mount\Windows\System32\Dism
    xcopy /e C:\sxs\amd64_microsoft-windows-d..-winproviders-local_31bf3856ad364e35_10.0.27783.1000_none_00a1849bfdf021fa C:\mount\Windows\System32\Dism
    
    xcopy /e C:\sxs\amd64_microsoft-windows-c..namespace-downlevel_31bf3856ad364e35_10.0.27783.1000_none_b46e41ce0a55097c C:\mount\Windows\System32\downlevel
    xcopy /e C:\sxs\amd64_microsoft-windows-m..namespace-downlevel_31bf3856ad364e35_10.0.27783.1000_none_1807afc70e233db2 C:\mount\Windows\System32\downlevel
    xcopy /e C:\sxs\amd64_microsoft-windows-m..namespace-downlevel_31bf3856ad364e35_10.0.27783.1000_none_4db70767524753df C:\mount\Windows\System32\downlevel
    xcopy /e C:\sxs\amd64_microsoft-windows-m..namespace-downlevel_31bf3856ad364e35_10.0.27783.1000_none_a3d972c1f98b7824 C:\mount\Windows\System32\downlevel
    xcopy /e C:\sxs\amd64_microsoft-windows-o..namespace-downlevel_31bf3856ad364e35_10.0.27783.1000_none_1d91bad9fa9d39ea C:\mount\Windows\System32\downlevel
    
    xcopy C:\sxs\amd64_microsoft-windows-os-kernel_31bf3856ad364e35_10.0.27783.1000_none_48a4f9b22c943cb1\ntoskrnl.exe              C:\mount\Windows\System32\
    xcopy C:\sxs\amd64_microsoft-windows-packagemanager_31bf3856ad364e35_10.0.27783.1000_none_c94c5c2d6bb56ff0\SSShim.dll           C:\mount\Windows\System32\
    xcopy C:\sxs\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84\ServicingCommon.dll C:\mount\Windows\System32\
    xcopy C:\sxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad\wdscore.dll          C:\mount\Windows\System32\
    xcopy C:\sxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad\WcmTypes.xsd         C:\mount\Windows\System32\SMI\Schema
    xcopy C:\sxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad\amd64_installed      C:\mount\Windows\servicing\Version\10.0.27783.1000
    
    xcopy C:\sxs\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84.manifest C:\mount\Windows\WinSxS\Manifests
    xcopy C:\sxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad.manifest  C:\mount\Windows\WinSxS\Manifests
    
    xcopy /e C:\sxs\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84 C:\mount\Windows\WinSxS\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84
    xcopy /e C:\sxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad  C:\mount\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad
    
    [4]
    
    echo:[State]>C:\mount\Windows\Setup\State\State.ini
    echo:ImageState=IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE>>C:\mount\Windows\Setup\State\State.ini
    
    PowerShell.exe -C "'<migrationManifests></migrationManifests>' | Out-File -Encoding ASCII -FilePath C:\mount\Windows\WinSxS\migration.xml"
    
    xcopy C:\Professional\config\NTUSER.DAT C:\mount\Users\Default
    xcopy C:\Professional\config\BBI        C:\mount\Windows\System32\config
    xcopy C:\Professional\config\COMPONENTS C:\mount\Windows\System32\config
    xcopy C:\Professional\config\DEFAULT    C:\mount\Windows\System32\config
    xcopy C:\Professional\config\DRIVERS    C:\mount\Windows\System32\config
    xcopy C:\Professional\config\ELAM       C:\mount\Windows\System32\config
    xcopy C:\Professional\config\SAM        C:\mount\Windows\System32\config
    xcopy C:\Professional\config\SECURITY   C:\mount\Windows\System32\config
    xcopy C:\Professional\config\SOFTWARE   C:\mount\Windows\System32\config
    xcopy C:\Professional\config\SYSTEM     C:\mount\Windows\System32\config
    xcopy C:\Professional\config\SCHEMA.DAT C:\mount\Windows\System32\SMI\Store\MACHINE
    
    [5]
    
    Reg.exe load HKLM\COMPHIVE C:\mount\Windows\System32\config\COMPONENTS
    
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84" /v "c!microsoft-w..oyment04150_31bf3856ad364e35_10.0.27783.1000_ffe7eb16ccff124d" /t REG_BINARY /d "" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84" /v "c!microsoft-w..yment041100_31bf3856ad364e35_10.0.27783.1000_35e11ac62482139d" /t REG_BINARY /d "" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84" /v "c!microsoft-w..oyment04190_31bf3856ad364e35_10.0.27783.1000_ffe78ff6ccff78d1" /t REG_BINARY /d "" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84" /v "S256H" /t REG_BINARY /d "739d90a2422365b7b2b41f21261f82f5c8743171de48c1038f913c4f99c936fa" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84" /v "identity" /t REG_BINARY /d "4d6963726f736f66742d57696e646f77732d536572766963696e67436f6d6d6f6e2c2043756c747572653d6e65757472616c2c2056657273696f6e3d31302e302e32373738332e313030302c205075626c69634b6579546f6b656e3d333162663338353661643336346533352c2050726f636573736f724172636869746563747572653d616d6436342c2076657273696f6e53636f70653d4e6f6e537853" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingcommon_31bf3856ad364e35_10.0.27783.1000_none_17d1bb11944fcb84" /v "f!servicingcommon.dll" /t REG_DWORD /d "1" /f
    
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "c!microsoft-w..yment041100_31bf3856ad364e35_10.0.27783.1000_35e11ac62482139d" /t REG_BINARY /d "" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "S256H" /t REG_BINARY /d "d5a52dc8171f102ab2dbc2f2a44c205173ba62a3b0e4ff8540aacea0199f01f6" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "identity" /t REG_BINARY /d "4d6963726f736f66742d57696e646f77732d536572766963696e67537461636b2c2043756c747572653d6e65757472616c2c2056657273696f6e3d31302e302e32373738332e313030302c205075626c69634b6579546f6b656e3d333162663338353661643336346533352c2050726f636573736f724172636869746563747572653d616d6436342c2076657273696f6e53636f70653d4e6f6e537853" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!wdscore.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!drvstore.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!dpx.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!wimgapi.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!mspatcha.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!updatecompression.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!wcmtypes.xsd" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!cbsmsg.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!cbscore.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!globmerger.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!turbostack.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!tiworker.exe" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!tifilefetcher.exe" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!drupdate.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!wcp.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!smiengine.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!smipi.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!poqexec.exe" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!amd64_installed_37ba6d245e1dea53" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!globalinstallorder.xml" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!reservemanager.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!wrpint.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!updateagent.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!turbocontainer.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!cmsofflineservicing.dll" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!containerworker.exe" /t REG_DWORD /d "1" /f
    Reg.exe add "HKLM\COMPHIVE\DerivedData\Components\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.27783.1000_none_e5d3f95a3fbba4ad" /v "f!fstx.dll" /t REG_DWORD /d "1" /f
    
    Reg.exe unload HKLM\COMPHIVE
    
    [6]
    
    Dism /Image:C:\mount /Apply-Unattend:C:\Professional\xml\1.xml

    Code:
    Microsoft Windows [Version 10.0.26100.1]
    (c) Microsoft Corporation. All rights reserved.
    
    C:\Windows\System32>Dism /Image:C:\mount /Apply-Unattend:C:\Professional\xml\1.xml
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.27783.1000
    
    Applying package servicing unattend
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\System32>Dism /Image:C:\mount /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.27783.1000
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\Windows\System32>Dism /Image:C:\mount /Get-TargetEditions
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.27783.1000
    
    Editions that can be upgraded to:
    
    Target Edition : Professional
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ProfessionalWorkstation
    Target Edition : IoTEnterprise
    Target Edition : IoTEnterpriseK
    Target Edition : ServerRdsh
    Target Edition : CloudEdition
    
    The operation completed successfully.
    
    C:\Windows\System32>Dism /Image:C:\mount /Set-Edition:Professional
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.27783.1000
    
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Starting to apply edition-specific settings...
    Finished applying edition-specific settings.
    
    The operation completed successfully.
    
    C:\Windows\System32>Dism /Image:C:\mount /Get-CurrentEdition
    
    Deployment Image Servicing and Management tool
    Version: 10.0.26100.1
    
    Image Version: 10.0.27783.1000
    
    Current edition is:
    
    Current Edition : Professional
    
    The operation completed successfully.
    
    C:\Windows\System32>

    This is NOT the complete method, but i will leave the rest to you.
     
  5. 2012mshs

    2012mshs MDL Novice

    Aug 13, 2015
    23
    27
    0
    Did you try add update pack to image?
     
  6. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
    No, because there are no packages that can be downloaded, to make custom update's for 20348.1 Cilent.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
    Would the updates in this iso do?
    20348.3089.FE_RELEASE_SVC_PROD1.250103-1742_CLIENTMULTI_x64FRE_ZH_CN_SOLID.iso (by gailium119)
     
  8. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
    #1469 xinso, Feb 1, 2025
    Last edited: Feb 1, 2025
    It's fine on PC.
     
  10. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    622
    114
    30
    #1470 pp03, Feb 1, 2025
    Last edited: Feb 1, 2025
    reserved
     
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
    #1471 xinso, Feb 1, 2025
    Last edited: Feb 2, 2025
    What's your question\information, pp03?
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
  13. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    622
    114
    30
    #1473 pp03, Feb 2, 2025
    Last edited: Feb 2, 2025
    reserved
     
  14. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    622
    114
    30
    of course
     
  15. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    797
    519
    30
    Relax, we've proved it possible two and a half years ago
     
  16. 2012mshs

    2012mshs MDL Novice

    Aug 13, 2015
    23
    27
    0
    Can you tell with me how to do it? I try with same way like 25398 but it don't work!
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
    #1478 xinso, Feb 2, 2025
    Last edited: Feb 2, 2025
    Q: The "The component store is repairable." issue happened to my 16384 reconstruction with official packages and updates. Why?
    A: The tweaked .NET Framework 4.8.
     
  18. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
    Yes client can update via custom cumulative, but where will you get the cumulative update from ? that is the question...
     
  19. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
    #1480 xinso, Feb 2, 2025
    Last edited: Feb 3, 2025
    Q: How to tweak NetFx48 (and NDP48 if necessary) on unsupported builds so that there won't be "The component store is repairable"?

    Ah. "sign". I think that pp03 is still working on EnterpriseG(N) language. Anyway, I wish you the best.