# Disable Hyper-V

Hyper-V and Windows virtualization features can prevent drivers from loading correctly. This guide shows how to fully disable Hyper-V and related components.

Disabling Hyper-V will turn off Windows virtualization features such as Virtual Machines, Windows Sandbox, and WSL2. This is required for certain drivers to function correctly.Click Windows Key + R at the same time, then type “cmd” then click Ctrl + Shift + Enter at the same time to make sure application runs as administrator, alternatively you can search Command Prompt in the Windows Search Menu, and then right click and click Run as administrator.When Command Prompt is opened, type the following command:disable-hyper-v.bat

```
bcdedit /set hypervisorlaunchtype off
```

You must restart your device for the changes to apply.

#### [​](https://docs.superino.gg/guides/requirements#video-reference)Video Reference <a href="#video-reference" id="video-reference"></a>

{% embed url="<https://www.youtube.com/watch?embeds_referring_euri=https://docs.superino.gg/&source_ve_path=MjM4NTE&v=lJUECtNdgRU>" %}


---

# 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://help.shamods.com/our-products/fivem/super-spoofer-temp-perm/disable-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.
