Tuesday, August 20, 2019

How to Simply and Quickly Add Hyper-V to Windows 10

You can easily add the Hyper-V role to Windows 10 by running a simple PowerShell command.

Requirements:

- Windows 10 Professional, Enterprise, or Educational
- 64-bit Processor with Second Level Address Translation (SLAT)
- CPU support for VM Monitor Mode Extension (VT-c on Intel CPUs)
- Minimum 4 GB of RAM


Launch a PowerShell console as administrator by clicking Start > Type "PowerShell" > Right click on the result and select "Run As Administrator".

Once open, simply run the following command:

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

PowerShell Add Hyper-V Role


After this is complete, reboot and you are done.

You can view more details on installing the Hyper-V role in Windows 10/11 here!

No comments:

Post a Comment