
- Join Windows Insider Dev Branch on Windows 10 PC and install anything later than build 19636 or higher. Check by start -> run -> winver.
- Install Hyper-V on host
- Create a VM using configuration version 9.3 using “New-VM -Name <VMName> -version 9.3”. You can use the “New-VM” cmdlet to downgrade from config version 10 to 9.3 as well. Config 10 doesn’t support AMD nested virtualization. The current build Windows stable build will default to 9.0.
- Expose virtualization extensions “Set-VMProcessor -VMName HV1 -ExposeVirtualizationExtensions $true”
- Configure Networking by either configuring MAC address spoofing or configure NAT networking. https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization