You are on page 1of 3

Install Hyper-V on Windows 10 https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/q...

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 (https://msdn.microsoft.com/virtualization/hyperv_on_windows
/quick_start/walkthrough_compatibility).

1. Right click on the Windows button and select ‘Programs and Features’.

2. Select Turn Windows Features on or off.

3. Select Hyper-V and click OK.

When the installation has completed you are prompted to restart your computer.

1 of 3 5/9/2016 4:20 AM
Install Hyper-V on Windows 10 https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/q...

1. Open a PowerShell console as Administrator.

2. 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
(https://technet.microsoft.com/en-us/library/hh824821.aspx).

To enable the Hyper-V role using DISM:

1. Open up a PowerShell or CMD session as Administrator.

2 of 3 5/9/2016 4:20 AM
Install Hyper-V on Windows 10 https://msdn.microsoft.com/en-us/virtualization/hyperv_on_windows/q...

2. Type the following command:

DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

Create a Virtual Switch (walkthrough_virtual_switch)


© 2016 Microsoft

3 of 3 5/9/2016 4:20 AM

You might also like