Share via

Cannot install Windows-Identity-Foundation

Anonymous
2015-03-16T09:11:03+00:00

Hello, I've tried to install "Windows-Identity-Foundation" feature, but without success (OS is Windows 8.1 Professional).

I can not find this feature in the UI (ControlPanel -> Programs&Features -> "Turn Windows Features on or off").

So I've tried to install it via command line (dism tool).

I've checked feature via executing command "dism /online /Get-FeatureInfo /FeatureName:Windows-Identity-Foundation"

this command line is returning correct output on working machine,

but on my machine it returns

> Error: 0x800f080c

> Feature name Windows-Identity-Foundation is unknown.

> A Windows feature name was not recognized.

So I can't install it via the "dism /online /Enable-Feature /FeatureName:Windows-Identity-Foundation" command.

That issue is occurs not only with the "Windows-Identity-Foundation", but also with some other features (for example "Legacy Components").

Next I googled that this issue may be fixed via calling "sfc /scannow" to restore the packages,

but "sfc" is ended with message "Windows Resource Protection found corrupt files but was unable to fix some of them.";

the log file contains the next errors:

* STATUS_OBJECT_NAME_NOT_FOUND #5186404# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(

* Error STATUS_OBJECT_NAME_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression

(full logs I put in the onedrive http://1drv.ms/1BILQWs )

so that errors are not clear to me,

please guide me how I can try to fix this issue?

any advice is welcome.

Windows for home | Previous Windows versions | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2015-03-17T05:50:14+00:00

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-03-17T05:02:42+00:00

    Hi,

    The issue you have posted would be better suited in the MSDN Forums. I would recommend posting your query in the link below.

    https://social.msdn.microsoft.com/Forums/en-US/home

    Hope this information helps.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-03-16T18:20:28+00:00

    Just have tried to execute "InstallFeature" with /Sourceand locate image with windows installation files

    >dism /online /enable-feature /featurename:Windows-Identity-Foundation /Source:G:\sources\sxs

    and the response:


    Error: 0x800f080c

    Feature name Windows-Identity-Foundation is unknown.

    A Windows feature name was not recognized.


    The dism.log file contains errors:

    * Failed to get the Update through CBS. - CDISMPackage::Internal_OpenFeature

    * Failed to get the underlying CBS Feature - CDISMPackage::OpenFeature

    * Feature name windows-identity-foundation is unknown. - CPackageManagerCLIHandler::Private_GetFeaturesFromCommandLine

    * Unknown features were specified on the command-line. - CPackageManagerCLIHandler::Private_GetFeaturesFromCommandLine

    * Failed to get the Feature List from the command line. - CPackageManagerCLIHandler::Private_ProcessFeatureChange

    * Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine

    Full log file copied to onedrive: http://1drv.ms/18TpVSf .

    I am accepting any advice.

    Was this answer helpful?

    0 comments No comments