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.
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:
Click Turn Windows features on or off to configure new Windows features:
And then Select Hyper-V from opening screen and click OK:
After Hyper-V features are installed, click Restart now for reboot computer.
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.