Install Hyper-V on Windows 10
Enable Hyper-V to create virtual machines on Windows 10.
Hyper-V can be enabled in many ways including using the Windows 10 control panel, PowerShell (my favorite) or using the Deployment Imaging Servicing and Management tool (DISM). This documents walks through each option.
Note: Hyper-V is built into Windows as an optional feature -- there is no Hyper-V download or installable component.
Check Requirements
- Windows 10 Enterprise, Professional, or Education
- 64-bit Processor with Second Level Address Translation (SLAT).
- CPU support for VM Monitor Mode Extension (VT-c on Intel CPU's).
- Minimum of 4 GB memory.
The Hyper-V role cannot be installed on Windows 10 Home.
Upgrade from Windows 10 Home edition to Windows 10 Professional by opening up Settings > Update and Security > Activation.
For more information and troubleshooting, see Windows 10 Hyper-V System Requirements.
Install Hyper-V
Hyper-V is built into Windows as an optional feature -- there is no Hyper-V download or installable component. There are several ways to enable the built-in Hyper-V role.
Enable Hyper-V using PowerShell
PowerShellCopy
Enable-WindowsOptionalFeature -Online -FeatureName:Microsoft-Hyper-V -All
If the command couldn't be found, make sure you're running PowerShell as Administrator.
When the installation has completed you need to reboot the computer.
Enable Hyper-V with CMD and DISM
The Deployment Image Servicing and Management tool (DISM) helps configure Windows and Windows images. Among its many applications, DISM can enable Windows features while the operating system is running.
To enable the Hyper-V role using DISM:
PowerShellCopy
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
For more information about DISM, see the DISM Technical Reference.
Manually enable the Hyper-V role
When the installation has completed you are prompted to restart your computer.
Windows Hyper-V 2012添加Hyper-v角色hyper-v server
Windows 2012 Hyper-V Step by Step (五) 创建Failover Cluster在windows server 2016的hyper-v中
Hyper-V Comparison:Windows Server 2008 R2 vs Windows Server 2012Microsoft Hyper-V Server 2012 R2
升级Windows Server 2008 R2 Hyper-V 主机到Windows Server 2012Microsoft Hyper-V Server 2012 R2
Windows server 2012 hyper-v 的实时迁移hyper-v windows server
Windows Server 2012 R2部署(6)---Hyper-V创建Windows2012R2虚拟机Microsoft Hyper-V Server 2012 R2
Windows Server 2012 Hyper-V新特性(10)hyper-v server
Windows Server 2012 Hyper-V群集hyper-v server
windows Server 2012 Hyper-V 3.0hyper-v server
Windows Server 2012 Hyper-V新特性(5)hyper-v server
关于Microsoft Windows Server 2012 Hyper-V的授权Microsoft Hyper-V Server 2012