Microsft Hyper-V (Advanced)
🛠️ How to Disable Hyper-V (Quick Method)
bcdedit /set hypervisorlaunchtype offdism /online /disable-feature /featurename:Microsoft-Hyper-V-All
Last updated
Our loader successfully disables Hyper-V in 99% of cases, so it's unlikely this is the issue. However, in the rare case it doesn’t, you can try disabling it manually.
Open Command Prompt as Administrator
Press Start, type cmd, right-click Command Prompt, and choose Run as administrator.
Run the following commands one by one:
bcdedit /set hypervisorlaunchtype offdism /online /disable-feature /featurename:Microsoft-Hyper-V-AllRestart your PC.
After rebooting, Hyper-V should be fully disabled.
Last updated