Hi Vijayaram Venkataraman,
Thanks for your post. I understand that the VMs in the VMware cannot run after being deployed in the host, please correct me if anything is misunderstood.
Generally speaking, many third-party virtualization applications don't work together with Hyper-V. Affected applications include VMware Workstation and VirtualBox. These applications might not start virtual machines, or they may fall back to a slower, emulated mode.
These symptoms are introduced when the Hyper-V Hypervisor is running. Some security solutions are also dependent on the hypervisor, such as:
- Device Guard
- Credential Guard
You can disable Hyper-V Hypervisor either in Control Panel or by using Windows PowerShell.
Disable Hyper-V in Control Panel
To disable Hyper-V in Control Panel, follow these steps:
- In Control Panel, select Programs and Features.
- Select Turn Windows features on or off.
- Expand Hyper-V, expand Hyper-V Platform, and then clear the Hyper-V Hypervisor check box.
Disable Hyper-V in PowerShell
To disable Hyper-V by using Windows PowerShell, follow these steps:
- Open an elevated PowerShell window.
- Run the following command:
Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
Disable Device Guard and Credential Guard
You can disable Device Guard and Credential Guard by using registry keys or group policy. To do it, see Manage Windows Defender Credential Guard.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.