1

I am trying to run a VirtualBox and I am getting VT-x disabled error. I have a i7-7700k which should be able to run Virtualbox AND I have used it in the past and it worked.

Intel processor identification utility says Intel virtualization technology is disabled for some weird reason

Specs

  • Windows 10
  • GTX 1080 TI
  • ASUS Maximus IX Apex
  • 16 GB DDR4

Here are the things I've tried

  • Virtualization technology is ENABLED in BIOS
  • Containers, Hyper-V, Virtual Machine Platform are all DISABLED in Windows Features
  • Tried this command:

    dism.exe /Online /Disable-Feature:Microsoft-Hyper-V
    

and bcdedit /set hypervisorlaunchtype off

user1140845
  • 11
  • 1
  • 3

1 Answers1

0

Open elevated cmd.exe and run bcdedit /set hypervisorlaunchtype off, and then restart system.

Arctiic
  • 1,298