January 2017

No Image

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 Open a PowerShell Console as Administrator Run the following command: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All Reboot the computer to complete the installation Install using DISM Open a PowerShell Console as Administrator Run the following command: DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V When prompted restart the computer