# Supporting VMware/Hyper-V

At the time of writing this documentation, Hyper-V and VMware Workstation are compatible with each other, which means that you can run Hyper-V and VMware together. Still, we prefer not to do it, as it's slower, so if you want to disable the Hyper-V completely or you see the following message in VMWare:

*VMware Workstation's nested-virtualization and Hyper-V are not compatible. Disable the Hyper-V role from the system before running VMware Workstation.*

Then, you can run the following command (as administrator) and restart your computer.

```
bcdedit /set hypervisorlaunchtype off
```

On the other hand, if you want to re-enable Hyper-V, you can run the following command (as administrator) and restart your computer.

```
bcdedit /set hypervisorlaunchtype auto
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hyperdbg.org/tips-and-tricks/nested-virtualization-environments/supporting-vmware-hyper-v.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
