Kumar, thx for suggestion.
I've moved topic to https://social.msdn.microsoft.com/Forums/en-US/d58d9ff4-4593-4829-a7d0-f15ab118d17a/cannot-install-windowsidentityfoundation
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
Kumar, thx for suggestion.
I've moved topic to https://social.msdn.microsoft.com/Forums/en-US/d58d9ff4-4593-4829-a7d0-f15ab118d17a/cannot-install-windowsidentityfoundation
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.
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.