7. Disable Hyper-V Per Boot

Some applications and games detect Hyper-V virtualization and refuse to start. Disable Hyper-V on Windows boot instead of through the BIOS. This removes the hypervisor kernel modules which prevents this from happening without needing to turn it off.

powershell (as admin).
bcdedit --% /copy {current} /d "No Hyper-V"

bcdedit --%  /set {GUID} hypervisorlaunchtype off

Restart holding shift to show boot options. Select No Hyper-V.

Reference