Bluestacks does not run even though I disabled Hyper-V

2

1

I tried disabling Windows Subsystem for Linux (WSL), Windows Defender Application Guard, and Hyper-V, but even THAT didn't work. I always disable virtualization to run Bluestacks, but now I need to enable virtualization for the new Bluestacks N version. I really want it, but Bluestacks keep saying that Hyper-V is enabled on my system and I have to review the FAQ to disable it. I also set hypervisorlaunchtype to off using bcdedit.

EDIT: Even Google's Android AVD manager reports the same thing!

MythicalCode_

Posted 2018-02-10T14:03:36.273

Reputation: 47

2How did you disable Hyper-V? – harrymc – 2018-02-10T14:16:48.683

I used Windows Features to disable to Hyper-V. I also disabled hypervisorlaunchtype in bcdedit @harrymc – MythicalCode_ – 2018-02-13T09:52:16.943

Answers

3

Did you enable the Memory Integrity option in the Core Isolation menu on Windows Defender? This option is available on Windows 1709 and later. Try disabling it. Here's the pic:

memory integrity

And if you see that you can't disable it because of the lack of administrator rights, even though you're the owner of the administrator account, go to this registry directory in regedit:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity

Then go to the right side pane, double click on the Enabled, change its value data from 1 to 0 and click OK to save changes.

Hope this helps.

FAHMIN

Posted 2018-02-10T14:03:36.273

Reputation: 46

2Core Isolation is a feature that was introduced with Windows 10 Version 1709 not Windows 10 Version 1803. – Ramhound – 2018-05-18T10:58:35.300

1Do we really need to disable all the Windows 10 features that use virtualization? I'm worried about attacks if I disable this. – MythicalCode_ – 2018-06-10T16:00:28.220