Install Hyper-V on Windows 10

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.

Install using PowerShell

  1. Open a PowerShell Console as Administrator
  2. Run the following command:
    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
  3. Reboot the computer to complete the installation

Install using DISM

  1. Open a PowerShell Console as Administrator
  2. Run the following command:
    DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
  3. When prompted restart the computer

 

Be the first to comment on "Install Hyper-V on Windows 10"

Leave a comment

Your email address will not be published.


*


This site uses Akismet to reduce spam. Learn how your comment data is processed.