A little history: Our web developers were having issues with a new application that was throwing an error basically saying that .NET wasn’t fully installed, but it was. We tried to remove .NET Framework and add it back in. The server is Windows 2012 R2 server and once we removed .NET Framework we could not boot to Windows (GUI) or to Safe Mode. We eventually got the GUI/PowerShell restored with:
DISM.exe /image:C: /enable-feature /all /featurename:NetFx4 and
DISM.exe /image:C: online /enable-feature /all /featurename:MicrosoftWindowsPowerShell.
We were still not able to open Powershell to run the next recommended step (Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra) but were able to run:
DISM.exe /image:C: /enable-feature /featurename:Server-Gui-Mgmt /featurename:Server-Gui-Shell /featurename:ServerCore-FullServer.
We wanted to re-install .NET Framework, but cannot get it installed. The ASP features are “staged” but not “installed”. To resolve the issue we tried running:
Dism /Online /Cleanup-Image /ScanHealth – The component store cannot be repaired.
Dism /Online /Cleanup-Image /CheckHealth – The component store cannot be repaired.
Dism /Online /Cleanup-Image /RestoreHealth - Error: 0x800f0906. The source files could not be downloaded.
We also ran SFCFix, and received the similar results.
I've attached the CBS log. Any help would be appreciated.
DISM.exe /image:C: /enable-feature /all /featurename:NetFx4 and
DISM.exe /image:C: online /enable-feature /all /featurename:MicrosoftWindowsPowerShell.
We were still not able to open Powershell to run the next recommended step (Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra) but were able to run:
DISM.exe /image:C: /enable-feature /featurename:Server-Gui-Mgmt /featurename:Server-Gui-Shell /featurename:ServerCore-FullServer.
We wanted to re-install .NET Framework, but cannot get it installed. The ASP features are “staged” but not “installed”. To resolve the issue we tried running:
Dism /Online /Cleanup-Image /ScanHealth – The component store cannot be repaired.
Dism /Online /Cleanup-Image /CheckHealth – The component store cannot be repaired.
Dism /Online /Cleanup-Image /RestoreHealth - Error: 0x800f0906. The source files could not be downloaded.
We also ran SFCFix, and received the similar results.
I've attached the CBS log. Any help would be appreciated.