Hyper-V : Nested Virtualization2024/12/12 |
This is the Nested Virtualization feature on Hyper-V. Nested Virtualization allows you to nest virtual machines, making it possible to create virtual machines using fewer physical resources. |
|
[1] |
Run PowerShell and execute the commands like follows to change settings of a VM for Nested Virtualization.
PS > Set-VMProcessor -VMName [Virtual Machine Name] -ExposeVirtualizationExtensions $truePS > Get-VMNetworkAdapter -VMName [Virtual Machine Name] | Set-VMNetworkAdapter -MacAddressSpoofing On |
[2] | Now you can install Hyper-V on the virtual machine and create a virtual machine like follows. |
Sponsored Link |
|