Issues enable Hyper-v on Windows 10

0

I am trying to enable Hyper-V in my Windows machine but it doesn't happens.

My windows 64 bit architecture and edition is : Windows 10 Enterprise edition.

enter image description here

Tried the following command in Powershell as admin

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

got the following issues:

Enable-WindowsOptionalFeature : Enable-WindowsOptionalFeature failed. Error code = 0x800f0831
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V  ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
windows
windows-10
hyper-v
hyper-virtualization
asked on Stack Overflow Feb 21, 2020 by M.A.Murali • edited Feb 21, 2020 by M.A.Murali

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0