Fixing Virtualization / VT Service on Windows 10/11

👉 Method 1

  1. Press the Windows key and search for "Turn Windows features on or off".
  2. Check the "Virtual Machine Platform" option.
  3. Uncheck the "Hyper-V" option.
  4. Uncheck the "Windows Hypervisor Platform" option.
Enable Virtualization

Click OK to save the changes and reboot your system.

Note: Ensure that CPU virtualization or VT Service is enabled in your BIOS settings.

👉 Method 2

  1. Open Command Prompt as an Administrator.
  2. Type bcdedit and locate hypervisorlaunchtype at the bottom.
CMD Screenshot

To disable hypervisorlaunchtype, enter bcdedit /set hypervisorlaunchtype off in CMD.

Restart your system and enjoy!

Note: Ensure that CPU virtualization or VT Service is enabled in your BIOS settings.