0

I disabled Hyper-V by running these commands on my Windows 10 machine as administrator:

bcdedit /set hypervisorlaunchtype off

reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 0 /f

And I'll be honest I blindly copied them in, I didn't understand them.

Now when I try and run an Android emulator, I get a popup saying "Intel HAXM is required to run this AVD. HAXM is not installed".

Android Studio and all emulators worked fine before I disabled Hyper-V, and I disabled Hyper-V for reasons unrelated to Android Studio. I would just like to "revert" the commands I did or re-enable Hyper-V.

1 Answers1

0

Try running the following in the command prompt:

> bcdedit /set hypervisorlaunchtype auto

Then, restart your computer. This should do the trick to re-enable Hyper-V.

Joseph
  • 2,178