Enabling Hyper-V in Windows
You can do this in 2 ways:
PowerShell
- Run PowerShell as administrator and use the following command:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
- Restart your system when prompted to finish the installation process
Windows Settings
- In the search box on the taskbar start to type Turn Windows features on or off
- In the opened Control panel window, Select Hyper-V and click OK to begin the installation
- Restart your system when prompted to finish the installation process