【发布时间】:2016-07-13 07:23:01
【问题描述】:
下午好! 我只需要在 Windows 10 中添加模块 rsat Active Directory 模块 powershell 执行命令: Enable-WindowsOptionalFeature -Online -FeatureName RSATClient-Roles-AD-Powershell 但是错误:
Enable-WindowsOptionalFeature : Не удается прочитать параметр реестра.(Can not read the registry entry.)
строка:1 знак:1
+ Enable-WindowsOptionalFeature -Online -FeatureName RSATClient-Roles-A ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
如果应用参数-All,则安装所有组件。 如何解决问题?
【问题讨论】:
-
假设您有俄语窗口,您可以尝试在俄语 SO 上提问:ru.stackoverflow.com
标签: powershell powershell-module