I disabled Hyper-V with Bluestacks 5 emulator, Now I cant use it even after turning it on
Andrew Henderson
I downloaded the latest Bluestacks v5.
It prompted me to turn Hyper-V off, and it gave a official support link.
I downloaded the HD-DisableHyperV_native_v2.exe (custom exe file to disable hyper-v by bluestacks) and ran it.
[Link:
It disabled Hyper-V, Virtual Machine Platform, Windows Subsystem for Linux.
Now I found that Windows Subsystem for Android was in beta, so I installed it.
I tried opening files app on it, but its shows to enable "Virtual Machine Platform" even after I enabled it on the control panel.
Not only that, but Oracle Virtual Box also shows the same.
Please help me with this problem.
Edit: I tried uninstalling BlueStacks. It didn't help me in this problem anyways.
41 Answer
I had the same problem. One of these fixed it. I'm not sure which. I rebooted after doing all of these in a powershell with admin rights
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
BCDEDIT /Set {current} hypervisorlaunchtype auto
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V
1