Summary of "Solved : Virtualized Intel VT-X/EPT is not supported on this platform"
Fix: “Virtualized Intel VT-x/EPT is not supported on this platform” (VMware Workstation)
Problem
VMware shows the error and the VM won’t start because the Windows hypervisor (Hyper‑V) is active on the host. Even if Hyper‑V appears unchecked in Windows Features, the hypervisor can still be detected by the system.
Example detection message: “Hyper-V has been detected” or “Hypervisor has been detected”
Quick checklist / steps (in order)
-
Check whether Hyper‑V is active
-
Run:
cmd systeminfo-
Look for a line such as “Hyper-V has been detected”.
- Or run:
cmd msinfo32
- Or run:
-
Check the “Hypervisor has been detected” message in System Information.
-
-
-
Switch off Hyper‑V using an elevated command prompt
-
Open Command Prompt as Administrator and run:
cmd bcdedit /set hypervisorlaunchtype off -
Note: this must be run as Administrator. If successful it will say “The operation completed successfully.”
-
-
If the VM still shows the error, disable Hyper‑V via PowerShell
-
Open PowerShell as Administrator and run:
powershell Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -
This command will request a restart to complete the change.
-
-
Restart Windows
- Reboot the host machine after running the commands (either when prompted or manually).
-
Start the VM in VMware Workstation
- After the restart, the VM should start normally.
Tips / notes
- The main cause is Hyper‑V/hypervisor being enabled on the host; this blocks Intel VT‑x/EPT for nested virtualization in VMware.
- Always run CMD or PowerShell as Administrator when executing these commands.
- The original presenter noted the commands were included in the video description for easy copy-paste.
Source / main speaker
- Tutorial/demo from a YouTube presenter (unnamed) showing the commands and reboot flow on a Windows 11 host running VMware Workstation.
Category
Technology
Share this summary
Is the summary off?
If you think the summary is inaccurate, you can reprocess it with the latest model.