Estoy intentando activar HyperV para la virtualizacion en Android Studio con ryzen. Cuando lo activo desde windows features, me da el error 0x80073701, y cuando intento usar Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
en la powershell, me tira
Enable-WindowsOptionalFeature : The referenced assembly could not be found.
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) (Enable-WindowsOptionalFeature), COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
Tambien intente con DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
, pero me lanza un error 14081.
Ciertamente no entiendo la razon de esto, puesto que hace un tiempo lo intente y funcionaba. Y lo que he podido encontrar en google no me ha funcionado. Cualquier ayuda es bienvenida