How to fully disable HyperV without turning off VT-X?

Patrick Manser 5 Reputation points
2023-03-22T16:43:30.03+00:00

I'm looking to fully disable Hyper-V from my computer.

I need to run TwinCAT 3, which requires VT-X enabled for real-time but cannot run with Hyper-V running in any way, shape, or form.

I've disabled it every way I know how, including:

  1. Unchecking the boxes when you go to the "Turn on and off Windows Features" menu
  2. Running in powershell Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
  3. Running in powershell bcdedit /set hypervisorlaunchtype off
  4. Turning off VT-D in the BIOS but leaving VT-X on

Still, when I look at msinfo32.exe, I see that a hypervisor has been detected at the bottom.

If you have run into this issue at all, I would greatly appreciate the insight.

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,676 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,550 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. essjae 251 Reputation points
    2023-03-24T11:23:31.9166667+00:00

    Other things use hardware virtualization in Win10/11 than just Hyper-V:

    WSL2, some antivirus apps, device guard, credential guard, etc.

    0 comments No comments