title | description | keywords | author | manager | ms.date | ms.topic | ms.prod | ms.service | ms.assetid |
---|---|---|---|---|---|---|---|---|---|
Install Hyper-V on Windows 10 |
Install Hyper-V on Windows 10 |
windows 10, hyper-v |
neilpeterson |
timlt |
05/02/2016 |
article |
windows-10-hyperv |
windows-10-hyperv |
752dc760-a33c-41bb-902c-3bb2ecd9ac86 |
You must enable the Hyper-V role before you can create virtual machines on Windows 10. This can be done using the Windows 10 control panel, PowerShell or the Deployment Imaging Servicing and Management tool (DISM). This documents walks through each of these.
Before enabling Hyper-V, make sure your system is compatible. For more information, see Windows 10 Hyper-V System Requirements.
-
Right click on the Windows button and select ‘Programs and Features’.
-
Select Turn Windows Features on or off.
-
Select Hyper-V and click OK.
When the installation has completed you are prompted to restart your computer.
-
Open a PowerShell console as Administrator.
-
Run the following command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
When the installation has completed you need to reboot the computer.
The Deployment Image Servicing and Management tool or DISM is used to service Windows images and prepare Windows Pre installation environments. DISM can also be used to enable Windows features while the operating system is running. For more information, see DISM Technical Reference.
To enable the Hyper-V role using DISM:
-
Open up a PowerShell or CMD session as Administrator.
-
Type the following command:
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V