Fix "Hyper-V is still enabled" for Android emulators on Windows.
Open-source console tool to disable or enable Hyper-V, Windows Hypervisor Platform, Virtual Machine Platform, and Windows Sandbox in one step.
Built for people who need LDPlayer, BlueStacks, Nox, MSI App Player, or other Android emulators to run with better performance when Windows virtualization blocks them.
Latest release (Windows x64):
https://github.com/denufka/hyper-v-controller/releases/latest
Files:
hyper-v-controller.exehyper-v-controller-windows-x64.zip
Run as Administrator, then reboot.
Windows features like Hyper-V, WSL2, Virtual Machine Platform, and Memory Integrity / VBS often break or slow down Android emulators.
Common symptoms:
Hyper-V is still enabled- emulator asks to disable virtual machine service
- VT-x / SVM unavailable while Hyper-V is on
hypervisorlaunchtypestill set toAuto
Vendors sometimes ship closed tools such as LDPlayer DisableHyperVRelatedFeatures.exe. This project does the same job with:
- open source code
- colored live status in the console
- enable and disable modes
- in-process DISM API (fewer slow
dism.exelaunches)
- Colored status:
ENABLED(green) /DISABLED(red) 0= disable Hyper-V related features1= enable Hyper-V related features- Updates DISM features,
bcdedit,HvHost/vmms, and VBS-related registry keys - Requires Administrator
- Restart required to fully apply
| Area | Details |
|---|---|
| DISM features | Microsoft-Hyper-V-All, HypervisorPlatform, VirtualMachinePlatform, Containers-DisposableClientVM |
| Boot config | bcdedit /set hypervisorlaunchtype off or auto |
| Services | HvHost, vmms start type |
| Registry | turns off VBS / HVCI / Credential Guard related values |
- Download
hyper-v-controller.exefrom Releases - Right-click -> Run as administrator
- Read the status list
- Press
0to disable or1to enable - Restart Windows
Disabling these features can also disable:
- WSL2
- Windows Sandbox
- Windows Hello (face / fingerprint) in some setups
- Memory Integrity / virtualization-based security
Use only if you need emulator compatibility more than those features.
Open Hyper-v-controller.slnx in Visual Studio 2022+ and build Release | x64.
Or:
msbuild Hyper-v-controller\Hyper-v-controller.vcxproj /p:Configuration=Release /p:Platform=x64Output: build\hyper-v-controller.exe
disable hyper-v, hypervisorlaunchtype off, Windows Hypervisor Platform, Virtual Machine Platform, Windows Sandbox, VBS, Memory Integrity, LDPlayer, BlueStacks, Android emulator Windows 11, Hyper-V is still enabled
MIT