?
Enable Hyper-V to create virtual machines on Windows 10.
Hyper-V can is enabled in many ways including using the Windows Control Panel, PowerShell (my favorite) or using the De ployment Imaging Servicing and Management tool (DISM). This documents walks through each option.
Note: ? Hyper-V is built to Windows as an optional feature – there is no Hyper-V download or installable component.
Check Requirements
- Windows Enterprise, Professional, or education
- 64-bit Processor with Second level Address translation (SLAT).
- CPU support for VMS Monitor Mode Extension (vt-c on Intel CPU s).
- Minimum of 4 GB memory.
The Hyper-V role? cannot is installed on Windows Home.
Upgrade from Windows ten Home Edition to Windows Professional by opening? Settings ? Update and Security ? Activation .
For more information and troubleshooting, see? Windows Ten Hyper-V System Requirements.
Install Hyper-V
Hyper-V is built to Windows as an optional feature – there is no Hyper-V download or installable component. There is several ways to enable the built-in Hyper-V role.
Enable Hyper-V using PowerShell
- open a PowerShell console as Administrator.
- run the following command:
powershellcopy
Enable-windowsoptionalfeature-online-featurename:microsoft-hyper-v-all
if the command Couldn ' t is found, make sure you ' re running PowerShell as Administrator.
When the installation have completed you need to reboot the computer.
Enable Hyper-V with CMD and DISM
The Deployment Image Servicing and Management tool (DISM) helps configure Windows and Windows images. Among its many applications, DISM can enable Windows features and the operating system is running.
To enable the Hyper-V role using DISM:
- open up a PowerShell or CMD session as Administrator.
- type the following command:
powershellcopy
dism/online/enable-feature/all/featurename: Microsoft-hyper-v
For more information on DISM, see the? DISM Technical Reference.
Manually enable the Hyper-V role
- Right click on the Windows button and select ' Programs and Features '.
- Select? Turn Windows Features on or off .
- Select? Hyper-V ? and click? OK .
When the installation have completed you is prompted to restart your computer.
From:https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v
Install Hyper-V on Windows 10