Skip to content

Instantly share code, notes, and snippets.

View TomieAi's full-sized avatar
🎯
Focusing

Tomie TomieAi

🎯
Focusing
View GitHub Profile
@TomieAi
TomieAi / Disable_Enable.md
Created April 3, 2024 09:51 — forked from ichadhr/Disable_Enable.md
Disable/Enable Hyper-V and VT-X

If you run bcdedit with no arguments, you should see a property called hypervisorlaunchtype. This will be set to off or auto.

To disable Hyper-V in order to use VirtualBox, open a command prompt as administrator and run the command:

bcdedit /set hypervisorlaunchtype off

You’ll need to reboot, but then you’ll be all set to run VirtualBox. To turn Hyper-V back on, run:

bcdedit /set hypervisorlaunchtype auto