Hyper-V : Nested Virtualization2019/03/08 |
This is the Nested Virtualization feature on Hyper-V.
Nested Virtualization feature has been finally integrated on Hyper-V 2016.
|
|
[1] |
Run PowerShell and execute the commands like follows to change settings of a VM for Nested Virtualization.
⇒ Set-VMProcessor -VMName [Virtual Machine Name] -ExposeVirtualizationExtensions $true⇒ Get-VMNetworkAdapter -VMName [Virtual Machine Name] | Set-VMNetworkAdapter -MacAddressSpoofing On |
[2] | That's OK, you can install Hyper-V and also create Virtual Machines on the Virtual Machine like follows. |
Sponsored Link |