# 2. Hyper-V

## How to Disable Hyper V <a href="#how-to-disable-hyper-v" id="how-to-disable-hyper-v"></a>

In order to turn off Hyper-V in Windows, Open a CMD in ADMIN and copy paste this:

```
bcdedit /set hypervisorlaunchtype off
```

<div data-full-width="false"><figure><img src="https://lovepunani.gitbook.io/cypherx/~gitbook/image?url=https%3A%2F%2F864085669-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F5huC6jxJoRJ6sGdnI2fC%252Fuploads%252FJEuaz1SEGG50DgSPlZG1%252Fimage.png%3Falt%3Dmedia%26token%3D61922393-1651-4f93-8633-fb1b457a3feb&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=43e7f979&#x26;sv=2" alt=""><figcaption></figcaption></figure></div>

<p align="center">This is the success message it should show you when done.</p>
