[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,699
    14,428
    340
    #15621 xinso, Apr 24, 2024
    Last edited: Apr 24, 2024
    Here's feedback.

    [Error 1]
    Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseSK-License-Deployment
    Code:
    2024-04-25 00:38:54, Error                 SXS    Could not find Microsoft-Windows-Security-SPP-Component-SKU-IoTEnterpriseSK-License-Deployment, version 10.0.25398.1, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in package: 800f081f [Error,Facility=(000f),Code=2079 (0x081f)]
    
    [Error 2]
    Microsoft-Windows-Branding-EnterpriseS-Package~31bf3856ad364e35~amd64~~10.0.25398.1.cat
    Code:
    2024-04-25 00:38:54, Error                 SXS    Unvouched component Microsoft-Windows-Branding-Base-EnterpriseS, version 10.0.25398.1, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} by \??\Z:\25398.1_Neutral_to_Client_amd64_38in1\temp\mount\Windows\CbsTemp\6980_16689515\Microsoft-Windows-Branding-EnterpriseS-Package~31bf3856ad364e35~amd64~~10.0.25398.1.cat
    
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
  3. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    So, how and with what code will I add this to wim?
     
  4. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    upload_2024-4-24_23-35-34.png

    I did it thanks to you, but what do I need to do to create wim without the applications here?

    upload_2024-4-24_23-36-53.png

    I need codes that delete these applications like this ;

    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Clipchamp.Clipchamp_2.2.8.0_neutral_~_yxz26nhyzhsrt
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.549981C3F5F10_2022.507.447.0_neutral_~_8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.BingNews_2022.507.446.0_neutral_~_8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.BingWeather_2022.507.447.0_neutral_~_8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.DesktopAppInstaller_2022.507.447.0_neutral_~_8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.GamingApp_2022.507.447.0_neutral_~_8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.GetHelp_2022.507.447.0_neutral_~_8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.Getstarted_2022.507.447.0_neutral_~_8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.HEIFImageExtension_1.0.43012.0_x64__8wekyb3d8bbwe
    Remove-AppxProvisionedPackage -Path C:\mount -PackageName Microsoft.HEVCVideoExtension_1.0.50361.0_x64__8wekyb3d8bbwe

    I trying this codes but not deleted not working
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
  6. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    601
    700
    30
    These commands need to be run in PowerShell, and you can also use dism to delete them. However, you can skip adding them during uup conversion.
     
  7. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    How do I skip while doing uup conversion?
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
  9. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    601
    700
    30
    You can edit ConvertConfig.ini
     
  10. zwl29107

    zwl29107 MDL Addicted

    Jul 10, 2022
    601
    700
    30
    I think this question has been mentioned on the last 20 pages.
    I am making 25398.830 CU.
     
  11. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    #15634 Yarrak31, Apr 25, 2024
    Last edited: Apr 25, 2024
    finally i did
    Thanks for @zwl29107
     

    Attached Files:

    • 123.jpg
      123.jpg
      File size:
      119 KB
      Views:
      41
  12. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    What is the situation? I am asking for .830 cu.
     
  13. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10
    If you did, I can try it for you today. @zwl29107
     
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
  15. Yarrak31

    Yarrak31 MDL Senior Member

    Feb 28, 2024
    419
    112
    10

    Alright @zwl29107 Until you send CU, can you send it to me so I can test it?

    Of course, if you want
     
  16. Sum_Ting_Wong

    Sum_Ting_Wong MDL Member

    Jan 30, 2024
    157
    229
    10
    @zwl29107 I would much like to see the process of creating these updates automated. The enthusiast community has been plagued by missing sources and inapplicable updates for a very long time, certainly since the dawn of the "cumulative update," and to an extent prior. It must be painstaking to do it by hand on a average computer for multiple builds every update. I would support releases being closed source for your recognition in the annals of Windows history, provided the general nature of what's going on being open.

    As it stands, most people with these skills are contractually bound not to release scripts or tools they create while employed and are often prohibited from releasing them after employment as they constitute trade secrets. And most people with these skills make a living off them versus it being a hobby. Thus the almost non-existent nature of these options to the public. Releasing custom builds using such skills is also a risk, as updates could be centralized by someone with malicious intent or simply ignorance. But being able to produce them relatively simply by oneself would limit that potential. What NTLite or MSMG Toolkit do for reduction of official content, I feel you could implement for building up. If the knowledge of the exact scripting required for complete automation or building a CUI/GUI are not something you specialize in, there are plenty of reliable people here who would certainly assist. The pending release of a new Windows 11 baseline is a perfect time.
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,699
    14,428
    340
    #15640 xinso, Apr 26, 2024
    Last edited: Apr 26, 2024