How to install Hyper-V on Windows 10?

Before installing Hyper-V we need to check  system hardware compatible. For check that we need to open command prompt and run systeminfo.exe .  If we get result as below it is means that we can start to install Hyper-V.

hyper-v-requirem

If for example “Virtualization Enabled in Firmware” and “Data Execution Prevention Available” value is No we can enable those from BIOS. If Second Level Address Translation and VM Monitor Mode Extensions requirements values is No so we need to change check our hardware compatibility like as CPU, Processor and etc.

We can install Hyper-V on Windows 10 with  2 way:

Installing Hyper-V on Windows 10 

Right click on the Windows button and select ‘Programs and Features’  from the top of screen:

Window1000

Click Turn Windows features on or off to configure new Windows features:

windows-features-enable

And then Select Hyper-V from opening screen and click OK:

111enable_role_upd

After Hyper-V features are installed, click Restart now for reboot computer.

222image005_303

Installing Hyper-V on Windows 10 With Powershell

Open PowerShell  as administrator  and run following command:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

After command completed successfully you can restart your computer.