Remove WinSxS but still have DISM /Enable-Feature /Source working

aviv00

Active Member
i disable Windows-Defender using dism disable feature
and remove winsxs
and want to recover Windows-Defender from iso\sources\install.wim

Similar to Windows Server Core

is there a way to fix or make it happen

the idea is to make smaller footprint but still have all functionally available to users choosing

ty for considering

Code:
M:\>dism /image:m:\ /enable-Feature /featurename:Windows-Defender /All  /Source:wim:l:\sources\install.wim:4 /LimitAccess

Deployment Image Servicing and Management tool
Version: 10.0.20348.681

Image Version: 10.0.26063.1

Enabling feature(s)
[==========================100.0%==========================]

Error: 14098

The component store has been corrupted.


edit:


M:\>dism /image:m:\ /enable-feature /featurename:Windows-Defender /Source:d:\wim\windows\

Deployment Image Servicing and Management tool
Version: 10.0.20348.681

Image Version: 10.0.26063.1

Enabling feature(s)
[==========================100.0%==========================]

Error: 0x800f0830

The specified image is no longer serviceable and may be corrupted.
Discard the modified image and start again.
 
Last edited:
Back
Top