Native Windows Support?

No problem. That’s understandable, no Hyper-V still doesn’t play nice with VirtualBox et al. I actually toggle it on and off to use them, via boot config:

To disable Hyper-V, open a command prompt as admin, run this command then reboot:

bcdedit /set hypervisorlaunchtype off

To turn Hyper-V back on, run:

bcdedit /set hypervisorlaunchtype auto

1 Like