my hyper-V couldn't setup the Hyper-V Manager after enable it on Window Features.
Following Error Detectected on my Power Shell
PS C:\Users\OYENIYI> enable-WindowsOptimalFeature
enable-WindowsOptimalFeature : The term 'enable-WindowsOptimalFeature' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ enable-WindowsOptimalFeature
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (enable-WindowsOptimalFeature:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\OYENIYI> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Enable-WindowsOptionalFeature : The requested operation requires elevation.
At line:1 char:1
+ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand
PS C:\Users\OYENIYI> DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
Error: 740
Elevated permissions are required to run DISM.
Use an elevated command prompt to complete these tasks.
PS C:\Users\OYENIYI>