你好,
请问您试过通过DISM命令行的方式enable么?请以管理员身份运行cmd:
dism /online /Get-Features
dism /online /get-features /format:table 显示全部以及开启或关闭状态。
之后可以用一下命令启动:
DISM /online /enable-feature /featurename:<name of feature>
命令参考:https://technet.microsoft.com/en-us/library/hh824822.aspx
如果online的方式不管用,我建议使用系统安装原,mount过后使用一下命令:
Dism /Image:C:\test\offline /Enable-Feature /FeatureName:
如果问题依然存在希望你讲CBS.LOG上传到OneDrive上然后分享链接给我们。
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.