我在安装 Windows 8 的 NFS 时遇到问题。特别是当我运行
Ocsetup ServicesForNFS-ServerAndClient;ServerForNFS-Infrastructure;NFS-Administration;ClientForNFS-Infrastructure
命令我得到“无法找到指定的 Windows 组件:”
或者如果通过“程序和功能”,我得到“Windows 无法完成请求的更改。
错误代码:0x800f0922
答案1
如果您有权访问 Windows DVD/ISO,则可以尝试从媒体安装:
dism /online /Enable-Feature /FeatureName:<FeatureName> /All /Source:E:\Sources\SxS /LimitAccess
(其中 E: 是 Windows DVD/ISO 的驱动器号)