Optional Features are not working Windows 11 (WinSxS)

lenkarin

Active Member
Messages
142
Reaction score
31
Hi guys,

Recently I edit Windows 11 24H2 and I keep optional features and three other components in my preset but it seems optional features not working, someone could share a direction to me, to find the reason please. Preset Attached and screenshot of error attached

Windows 11 Version: 24H2 Build 26100.1591
26100.1591.240820-2119.GE_RELEASE_SVC_PROD3_CLIENTMULTI_X64FRE_EN-US

Source download: uupdump

Obs: What I'm trying to add is Hyper-V
 

Attachments

Last edited:
After removing the WinSxS Component Store, no servicing is possible on the image.

This includes applying new Updates, enabling or disabling Features, running "sfc /scannow" or "DISM /restorehealth" repairs. Component Store is how Windows tracks which components are already installed.
Code:
                <c>winsxs 'Windows Component Store (WinSxS)'</c>
 
After removing the WinSxS Component Store, no servicing is possible on the image.

This includes applying new Updates, enabling or disabling Features, running "sfc /scannow" or "DISM /restorehealth" repairs. Component Store is how Windows tracks which components are already installed.
Code:
                <c>winsxs 'Windows Component Store (WinSxS)'</c>
Hi garlin thank you for give me a direction I will remove these from the preset and test in VMware again :)
 
Back
Top