Cuando ejecuto el comando Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
en PowerShell como administrador, aparece el siguiente error después de un momento
Enable-WindowsOptionalFeature : The referenced assembly could not be found.
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
windows-10
powershell
windows-subsystem-for-linux
AdmagTwoXray
fuente
fuente
OptionalFeatures.exe
.Respuestas:
Tuve el mismo problema con Windows 10 recién instalado v. 1803. La única solución que me funcionó fue actualizar a v. 1809.
fuente