我有安装NFS的Windows 8安装问题。具体当我运行
Ocsetup ServicesForNFS-ServerAndClient;ServerForNFS-Infrastructure;NFS-Administration;ClientForNFS-Infrastructure
命令我得到“指定的Windows组件可能会被发现:”
或者如果通过“程序和function”我得到“Windows无法完成所需的更改。
错误代码:0x800f0922
如果您可以访问Windows DVD / ISO,则可以尝试使用媒体进行安装:
dism /online /Enable-Feature /FeatureName:<FeatureName> /All /Source:E:\Sources\SxS /LimitAccess
(其中E:是Windows DVD / ISO的驱动器号)