Hi all,
We have a problem with a server where we are unable to enable or disable any windows features. Everything fails with the error 'The system cannot find the path specified. Error 0x80070003'
We have tried so far:
- Rebooted the system
- Ran SFC /scannow (no corruptions found)
- DISM /Online /Cleanup-Image /RestoreHealth -> Reported that it fixed the issues but nothing changed
- Enable the features through server manager, through powershell 'enable-windowsfeature' and DISM /online /enable-feature
- Disabled antivirus
- Tried adding the feature with an alternate source (mounted ISO with the OS on it)
Also when we try to clean the component store with 'Dism.exe /online / Cleanup-image /startcomponentcleanup' we also get the error 'the system cannot find the path specified'.
The server is a 2012R2 OS with Exchange 2013 installed on it.