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.
Asked
Active
Viewed 1,248 times
1 Answers
-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:

Oleg Neumyvakin
- 125