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
I did it thanks to you, but what do I need to do to create wim without the applications here? 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
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.
@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.