2

Is it possible to enable nested virtualization for Windows 10 Hyper-V, for the root environment? The root Windows environment cannot run other virtualization software like VMWare without it.

1 Answers1

-2

Three is possible to enable nested virtualization on exact stopped machine by PowerShell command with Administrator privileges:

Set-VMProcessor -VMName deb9 -ExposeVirtualizationExtensions $true

where deb9 is a stopped virtual machine name which can be taken from Hyper-V management console: hyper-v