[ARCHIVED] Windows Editions Reconstruction Project

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

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

    febrero2048 MDL Member

    Oct 19, 2017
    114
    72
    10
    See for help
    https://forums.mydigitallife.net/th...struction-project.80939/page-705#post-1820761
    https://forums.mydigitallife.net/th...struction-project.80939/page-705#post-1820770
     
  2. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    600
    700
    30
    extract wim and run psfextractor:
    Code:
    dism /apply-image /imagefile:%wim% /index:1 /applydir:%path%
    psfextractor -v2 %path%\express.psf.cix.xml %path%
     
  3. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    600
    700
    30
    For components in CU, as it can be determined that they have been updated, their updated content must be determined through other builds.
     
  4. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    600
    700
    30
    Reconstruction (especially in Server to Client/Client to Server) may cause component miss, which is a known issue.
     
  5. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60

    Now the confusion is that the Apply-Unattend method shows success, but is actually incomplete. The content produced by the two methods is consistent (No Language,
    No FOD) install.wim, by installing Windows11.0-KB5036910-x64-830.msu, there is a difference in the results.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #15706 xinso, Apr 30, 2024
    Last edited: Apr 30, 2024
    Server Core, and PPIPro, the worst Reconstruction sources.
     
  7. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,014
    552
    60
    #15707 zhanglin, Apr 30, 2024
    Last edited: Apr 30, 2024
    Unstaged core.wim ,Installation Feature Packs, Language Packs, Seth-Alintel

    Code:
    C:\Windows\System32>dism /image:D:\1 /add-package:D:\2\Windows11.0-KB5036910-x64-830.msu
    
    部署映像服务和管理工具
    版本: 10.0.26100.1
    
    映像版本: 10.0.25398.1
    
    Processing 1 of 1 -
    [==========================100.0%==========================]
    [==========================100.0%==========================] 操作成功完成。
    
    C:\Windows\System32>Dism /image:D:\1 /get-CurrentEdition
    
    部署映像服务和管理工具
    版本: 10.0.26100.1
    
    映像版本: 10.0.25398.830
    
    以一种访问权限不允许的方式做了一个访问套接字的尝试。
    
    
    Current Edition : Enterprise
    
    操作成功完成。
    There are so many mistakes, what do you mean?

    Code:
    2024-04-30 21:50:52, Info                         CheckApplicability: scenario=[desktopUpgrade], minVersion=[*], maxVersion=[*]
    2024-04-30 21:50:52, Error                        CheckScenario: Execution scenario [0x16] not supported.
    2024-04-30 21:50:52, Error                        CMitigationManager::CheckScenario(869): Result = 0x80070032
    2024-04-30 21:50:52, Error                        CMitigationManager::CheckApplicability(636): Result = 0x80070032
    2024-04-30 21:50:52, Error                        CMitigationManager::ProcessMitigation(1748): Result = 0x80070032
    2024-04-30 21:50:52, Info                         Execute: [Setup360] Result=[0x80070032], Applicable=[yes]
    2024-04-30 21:50:52, Info                         Execute: Processing mitigation [1]...
    2024-04-30 21:50:52, Info                         ProcessMitigation: Checking applicability for [ArbiterEditionId]...
    2024-04-30 21:50:52, Info                         CheckApplicability: scenario=[unknown], minVersion=[10.0.15063.*], maxVersion=[10.0.15063.*]
    2024-04-30 21:50:52, Error                        CheckScenario: Execution scenario [0x16] not supported.
    2024-04-30 21:50:52, Error                        CMitigationManager::CheckScenario(869): Result = 0x80070032
    2024-04-30 21:50:52, Error                        CMitigationManager::CheckApplicability(636): Result = 0x80070032
    2024-04-30 21:50:52, Error                        CMitigationManager::ProcessMitigation(1748): Result = 0x80070032
    2024-04-30 21:50:52, Info                         Execute: [ArbiterEditionId] Result=[0x80070032], Applicable=[yes]
    2024-04-30 21:50:52, Info                         Execute: Processing mitigation [2]...
    2024-04-30 21:50:52, Info                         ProcessMitigation: Checking applicability for [CryptcatsvcRebuild]...
    2024-04-30 21:50:52, Info                         CheckApplicability: scenario=[desktopServicing], minVersion=[10.0.16299.*], maxVersion=[10.0.19603.*]
    2024-04-30 21:50:52, Error                        CheckScenario: Execution scenario [0x16] not supported.
    2024-04-30 21:50:52, Error                        CMitigationManager::CheckScenario(869): Result = 0x80070032
    2024-04-30 21:50:52, Error                        CMitigationManager::CheckApplicability(636): Result = 0x80070032
    2024-04-30 21:50:52, Error                        CMitigationManager::ProcessMitigation(1748): Result = 0x80070032
    2024-04-30 21:50:52, Info                         Execute: [CryptcatsvcRebuild] Result=[0x80070032], Applicable=[yes]
    2024-04-30 21:50:52, Info                         GetPackageCategoriesFromString: Found [2] categories.
    2024-04-30 21:50:52, Info                         GetPackageCategoriesFromString: Adding category [LCU]...
    2024-04-30 21:50:52, Info                         GetPackageCategoriesFromString: Adding category [GDR]...
    2024-04-30 21:50:52, Info                         GetOneSettings: Verifying signature of [D:\1\Windows\Temp\D03CC438-0936-4467-A763-55A81CCFB5D4\metadata\UAOneSettings.dll]...
    2024-04-30 21:50:52, Info                         GetOneSettings: Loading [D:\1\Windows\Temp\D03CC438-0936-4467-A763-55A81CCFB5D4\metadata\UAOneSettings.dll]...
    2024-04-30 21:50:52, Info                         GetOneSettings: OneSettings module [D:\1\Windows\Temp\D03CC438-0936-4467-A763-55A81CCFB5D4\metadata\UAOneSettings.dll] verified.
    2024-04-30 21:50:52, Info                         GetOneSettings: Creating OneSettings helper...
    2024-04-30 21:50:52, Info                         GetOneSettings: Initializing settings...
    2024-04-30 21:50:52, Info                         OneSettings: Initializing settings...
    2024-04-30 21:50:52, Info                         OneSettings: Blocked by policy settings.
    2024-04-30 21:50:52, Error                        CMoUpdateOneSettingsHelper::GetSettingsParameters(229): Result = 0x8000000A
    2024-04-30 21:50:52, Info                         GetOneSettings: Initialized -> [No]
    2024-04-30 21:50:52, Info                         ReportEventOneSettingsEnd: result     = [0x0]
    2024-04-30 21:50:52, Info                         ReportEventOneSettingsEnd: Count      = [0]
    2024-04-30 21:50:52, Info                         ReportEventOneSettingsEnd: Parameters = []
    2024-04-30 21:50:52, Info                         ReportEventOneSettingsEnd: Values     = []
    2024-04-30 21:50:52, Info                         No callback factory provided for IDeploymentInformationFactory, will not not use deployment information this session
    2024-04-30 21:50:52, Error                        CDeploymentSession::IsRangeRequestSupported(4105): Result = 0x80040154
    2024-04-30 21:50:52, Error                        IsRangeRequestSupported failed with: [80040154 [Error,Facility=FACILITY_ITF,Code=340 (0x0154)]]. Setting RangeRequestSupported to FALSE
    2024-04-30 21:50:52, Info                         Not using servicing for upgrade.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #15708 xinso, Apr 30, 2024
    Last edited: May 1, 2024
    I don't use msu. No idea.

    This is my reconstructed 25398.1 Enterprise. No such errors.
    Code:
    C:\WINDOWS\system32>dism /english /image:K: /add-package:z:\windows11.0-kb5036910-x64.msu /logpath:z:\1.log
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.25398.1
    
    Processing 1 of 1 -
    [==========================100.0%==========================]
    [==========================100.0%==========================] 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.25398.830
    
    Current edition is:
    
    Current Edition : Enterprise
    
    The operation completed successfully.
    
    C:\WINDOWS\system32>
    
     
  9. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-4-30_23-2-14.png

    its gives error why ?
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
  11. adric

    adric MDL Expert

    Jul 30, 2009
    1,385
    1,498
    60
    #15712 adric, May 1, 2024
    Last edited: May 2, 2024
    -
     
  12. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    600
    700
    30
    Please ensure directory consistency (%path% always corresponds to the same directory)
     
  13. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    600
    700
    30
    This is usually caused by not installing LP.
     
  14. Sum_Ting_Wong

    Sum_Ting_Wong MDL Member

    Jan 30, 2024
    157
    229
    10
    I don't know exactly how it happened, but after installing a 23H2 22631.3155 Enterprise G I built onto my laptop it now has an OEM firmware key for "Windows 10 RTM CoreCountrySpecific OEM: DM." I have looked up the key in search engines and it's definitely a unique key. Any idea how I managed to do that? My best guesses are putting [KEY] as the key in autounattend and also blocking autoactivation, or poking around in product policy trying to get defender working. The entire time using the install, well before any changes, the activate part of settings would remain a gray screen, so I doubt poked product policy too hard. I did leave SPP disabled long enough for it to deactivate but remedied that immediately.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
    #15716 xinso, May 1, 2024
    Last edited: May 1, 2024
    25398 EnterpriseG(N) OOBE Getting ready, 830 is taking longer than previous CUs. And the tzsync.exe is frozen for all builds of Licenses at first logon.

    So, keep looking forward to next official CMGE.
     
  16. adric

    adric MDL Expert

    Jul 30, 2009
    1,385
    1,498
    60
    I did not think about looking in the 25398.1_ServerDatacenterCor_to_Client_amd64.7z. :kick:I was just researching for what files I might need. Sorry about that..
     
  17. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,691
    14,421
    340
  19. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,343
    1,047
    90
    Reconstruct Unstaged 25398.1 - Windows 11 Enterprise multi-session (Retail with Edge with Store with NetFx3) amd64 en-US