Install Hyper-V role
Do either of the following to launch an elevated powershell command prompt.
Click Start, click Run, type 'PS', then click OK.
Click Start, Administrative Tools, then Windows PowerShell Modules
Verify if Hyper-V is install with the following:
Get-WindowsFeature | Where {$.installed -eq $true}
Install Hyper-v if needed:
add-windowsfeature hyper-v
本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/920695 ,如需转载请自行联系原作者