> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superino.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

<Warning>
  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.
</Warning>

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:

```bat disable-hyper-v.bat theme={null}
bcdedit /set hypervisorlaunchtype off
```

<Danger>
  You must restart your device for the changes to apply.
</Danger>

### Video Reference

<iframe src="https://www.youtube.com/embed/lJUECtNdgRU" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />
