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.
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
User contributions licensed under CC BY-SA 3.0