Hi Winterstorm!
With Windows 1903 there will be a new Feature introduced named sanbox! Can you add it to WinReducer please:
via powershell:
via cmd commandline:
Best regards,
Markus
With Windows 1903 there will be a new Feature introduced named sanbox! Can you add it to WinReducer please:
via powershell:
Code:
Enable-WindowsOptionalFeature –FeatureName "Containers-DisposableClientVM" -All -Online
via cmd commandline:
Code:
Dism /online /Enable-Feature /FeatureName:"Containers-DisposableClientVM" -All
Best regards,
Markus