VMware Workstation and Hyper-V are not compatible

After upgrading Visual Studio, when starting a guest VM I ran into an error `VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role from the system before running VMware Workstation`.

Hyper-V has to be disabled on the command-line as `Administrator`.

bcdedit /set hypervisorlaunchtype off

[VMware Workstation and Hyper-V are not compatible]