1

I am having issues installing installing NFS for windows 8. Specifically when i run

Ocsetup ServicesForNFS-ServerAndClient;ServerForNFS-Infrastructure;NFS-Administration;ClientForNFS-Infrastructure

command i get "The specified windows component could bot be found:"

or if go through "Programs and Features" i get "Windows couldnt complete the requested changes.

Error code: 0x800f0922

ps.
  • 125
  • 1
  • 9

1 Answers1

0

If you have access to the Windows DVD/ISO you can try and install from media instead:

dism /online /Enable-Feature /FeatureName:<FeatureName> /All /Source:E:\Sources\SxS /LimitAccess

(where E: is the drive letter of your Windows DVD/ISO)

Trondh
  • 4,201
  • 24
  • 27