|
|
我现在正在用的萧大的极限精简版Win7, 里面的.net3.5是开启的, 我用的软件需要禁用.net3.5才能工作, 我用下面的命令禁用会报错, 用注册表怎样实现呢?
dism /online /disable-feature /featurename:NetFx3 /norestart
报错:______________________________________________
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Users\Administrator>dism /online /disable-feature /featurename:NetFx3 /norestart
部署映像服务和管理工具
版本: 6.1.7601.24499
映像版本: 6.1.7601.24499
错误: 14098
组件存储已损坏。
可以在 C:\windows\Logs\DISM\dism.log 上找到 DISM 日志文件
|
|