0% found this document useful (0 votes)
118 views4 pages

Enable Hyper-V On Windows 10 - Microsoft Docs

This document discusses how to enable the Hyper-V feature on Windows 10 to create virtual machines. It describes checking system requirements and then enabling Hyper-V through either PowerShell, the Deployment Imaging Servicing and Management tool (DISM), or through the Settings app. After enabling Hyper-V, the document recommends creating your first virtual machine.

Uploaded by

Deepak Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
118 views4 pages

Enable Hyper-V On Windows 10 - Microsoft Docs

This document discusses how to enable the Hyper-V feature on Windows 10 to create virtual machines. It describes checking system requirements and then enabling Hyper-V through either PowerShell, the Deployment Imaging Servicing and Management tool (DISM), or through the Settings app. After enabling Hyper-V, the document recommends creating your first virtual machine.

Uploaded by

Deepak Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

3/13/22, 1:38 PM Enable Hyper-V on Windows 10 | Microsoft Docs

Install Hyper-V on Windows 10


Article • 05/29/2019 • 2 minutes to read • 10 contributors  

In this article
Check Requirements
Enable Hyper-V using PowerShell
Enable Hyper-V with CMD and DISM
Enable the Hyper-V role through Settings
Make virtual machines

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 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.

Check Requirements
Windows 10 Enterprise, Pro, or Education
64-bit Processor with Second Level Address Translation (SLAT).
CPU support for VM Monitor Mode Extension (VT-c on Intel CPUs).
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 Pro by opening up Settings >
Update and Security > Activation.

For more information and troubleshooting, see Windows 10 Hyper-V System


Requirements.

Enable Hyper-V using PowerShell


1. Open a PowerShell console as Administrator.

2. Run the following command:

https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v 1/4
3/13/22, 1:38 PM Enable Hyper-V on Windows 10 | Microsoft Docs

PowerShell = Copy

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, reboot.

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:

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

2. Type the following command:

PowerShell = Copy

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

For more information about DISM, see the DISM Technical Reference.

Enable the Hyper-V role through Settings


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

https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v 2/4
3/13/22, 1:38 PM Enable Hyper-V on Windows 10 | Microsoft Docs

2. Select Programs and Features on the right under related settings.

3. Select Turn Windows Features on or off.

4. Select Hyper-V and click OK.

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

Make virtual machines


Create your first virtual machine

Recommended content

Windows 10 Hyper-V System Requirements


Windows 10 Hyper-V System Requirements

Create a Virtual Machine with Hyper-V


Create a new virtual machine with Hyper-V on Windows 10 Creators Update

Introduction to Hyper-V on Windows 10


Introduction to Hyper-V, virtualization, and related technologies.
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v 3/4
3/13/22, 1:38 PM Enable Hyper-V on Windows 10 | Microsoft Docs

Hyper-V on Windows 10
Hyper-V on Windows 10

Disable Hyper-V to run virtualization software - Windows Client


Discusses an issue in which virtualization applications don't work together with Hyper-V,
Device Guard, and Credential Guard. Provides a resolution.

System requirements for Hyper-V on Windows Server


Lists the hardware and firmware requirements for Hyper-V in Windows Server

Create a Virtual Machine with Hyper-V


Create a Virtual Machine with Hyper-V on Windows 10

Hyper-V Technology Overview


Describes what Hyper-V is, how to get it, key features, and common uses.

Show more S

https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v 4/4

You might also like