0% found this document useful (0 votes)
36 views

Install Hyper-V On Windows 10: Skip To Main Content

This document provides instructions for installing Hyper-V on Windows 10 in order to create virtual machines. It describes several methods for enabling the Hyper-V role, including using PowerShell, CMD with DISM, and the Settings app. System requirements for Hyper-V like processor support and available memory are also outlined.

Uploaded by

Sanket Bhave
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Install Hyper-V On Windows 10: Skip To Main Content

This document provides instructions for installing Hyper-V on Windows 10 in order to create virtual machines. It describes several methods for enabling the Hyper-V role, including using PowerShell, CMD with DISM, and the Settings app. System requirements for Hyper-V like processor support and available memory are also outlined.

Uploaded by

Sanket Bhave
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 8

Skip to main content

Microsoft
Docs
 Windows

 Microsoft Azure

 Visual Studio

 Office


More


All Microsoft

 Virtualization
 Hyper-V on Windows 10
 Install Hyper-V
 Feedback
 Edit

Share

 Dark
 Sign in
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

Install Hyper-V on Windows 10


 02/15/2019
 2 minutes to read
 Contributors


 all

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.

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

Run the following command:


4.

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

Type the following command:


4.
PowerShellCopy
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’.
2.
3.

Select Programs and Features on the right under related settings.


4.
5.

Select Turn Windows Features on or off.


6.
7.

Select Hyper-V and click OK.


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

Make virtual machines


Create your first virtual machine

Feedback
Send feedback about:
This product
This page
 5 Open
 1 Closed

Directions are incomplete/non-functional for my Windows


10 pro configuration

Directions are incomplete/non-functional for my Windows 10 pro


configuration

#924 opened on Dec 11, 2018 by ngie-eign



hyper-v 작동 안됨

hyper-v 작동 안됨

#913 opened on Nov 17, 2018 by pjmancore



This Guide is not good enough


This Guide is not good enough


#839 opened on Aug 25, 2018 by flyinghotpocket



This guide is not good enough


This guide is not good enough


#833 opened on Aug 21, 2018 by poopkinel




#enable-the-hyper-v-role-through-settings

#enable-the-hyper-v-role-through-settings

#766 opened on May 30, 2018 by communityus


 View on GitHub 

 Introduction to Hyper-V
 Install Hyper-V
 Make a Virtual Machine
 Manage Virtual Machines with Hyper-V
 Manage the Hyper-V Hosts
 Reference
 Community and Support

 Download PDF
Is this page helpful?
YesNo

English (United States)

 Previous Version Docs

 Blog

 Contribute

 Privacy & Cookies


 Terms of Use

 Site Feedback

 Trademarks

You might also like