dism /online /get-features | more
Feature installieren:
dism /online /enable-feature /featurename: and hit Enter.
Beispiel Media-Center installiren:
dism /online /enable-feature /featurename:MediaCenter.
Feature deinstallieren:
dism /online /disable-feature /featurename: and hit Enter.
Beispiel Media-Center deinstalliren:
dism /online /disable-feature /featurename:MediaCenter.