Forum Discussion
sbabcock61
Jul 08, 2021Copper Contributor
Add Feature Error 0x80073701
Trying to add FailOver feature using : Install-WindowsFeature -Name Failover-Clustering Get the following Error : Install-WindowsFeature : The request to add or remove features on the spe...
Dave Patrick
Jul 09, 2021MVP
Might also try
dism /online /cleanup-image /startcomponentcleanup
and the manual steps here. Windows Update - Additional resources - Windows Deployment | Microsoft Docs
sbabcock61
Jul 09, 2021Copper Contributor
It seems to complete but only goes to 20% - it also takes only about 20-30 seconds to complete
PS C:\Windows\system32> dism /online /cleanup-image /startcomponentcleanup
Deployment Image Servicing and Management tool
Version: 10.0.17763.1697
Image Version: 10.0.17763.2029
[=========== 20.0% ]
The operation completed successfully.
PS C:\Windows\system32> dism /online /cleanup-image /startcomponentcleanup
Deployment Image Servicing and Management tool
Version: 10.0.17763.1697
Image Version: 10.0.17763.2029
[=========== 20.0% ]
The operation completed successfully.