Forum Discussion
Deleted
Sep 15, 2018install Server Core FoD package on Server 17744
Hi there,
I cannot install the FoD Package, always getting from DISM /online the error: "A Windows capability name was not recognized".
I tried the following command:
dism /online /add-capability /capabilityname:Server.Appcompat~~~~0.0.1.0 /source:e: /LimitAccess
- DeletedI found the solution: add-windowscapability -name "ServerCore.AppCompatibility~~~~0.0.1.0" -online -LimitAccess -source e:\ did the job.