Unable to Disable Hyper - V (Windows 11)

Berat Yıldırım 5 Reputation points
2023-08-02T10:33:29.4333333+00:00

I want to install Intel Haxm on my computer but it cannot be installed because Hyper-v is turned on. I've looked everywhere on the internet, and I've tried every way to turn it off but it won't turn off. How Can I disable Hyper - V ?

Temp File :

--------------------------------------------------------------------------------

With the virtualization setting on via BIOS :

Version: 7.6.5 Output folder: C:\Program Files\Intel\HAXM

Extract: checktool.exe... 100%

Execute: C:\Program Files\Intel\HAXM\checktool.exe --verbose

CPU vendor * GenuineIntel

Intel64 supported * Yes

VMX supported - No

VMX enabled - No

EPT supported - No

NX supported * Yes

NX enabled * Yes

Hyper-V disabled - No

OS version * Windows 10.0.22621

OS architecture * x86_64 Guest unoccupied * Yes. 0 guest(s)

The system requirements are not satisfied.

--------------------------------------------------------------------------------

Virtualization setting off :

Version: 7.6.5

Output folder: C:\Program Files\Intel\HAXM

Extract: checktool.exe... 100%

Execute: C:\Program Files\Intel\HAXM\checktool.exe --verbose

CPU vendor * GenuineIntel

Intel64 supported * Yes

VMX supported * Yes

VMX enabled - No

EPT supported * Yes

NX supported * Yes

NX enabled * Yes

Hyper-V disabled * Yes

OS version * Windows 10.0.22621

OS architecture * x86_64

Guest unoccupied * Yes. 0 guest(s)

The system requirements are not satisfied.

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,606 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 32,741 Reputation points Microsoft Vendor
    2023-08-03T02:53:35.76+00:00

    Hi,

    Please follow these steps to disable Hyper-V.

    In Control Panel, select Programs and Features.

    Select Turn Windows features on or off.

    Expand Hyper-V, expand Hyper-V Platform, and then clear the Hyper-V Hypervisor check box.

    screenshot of the Hyper-V Hypervisor check box.

    If this does not work, open PowerShell and run this command.

    Disable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-Hypervisor
    

    Or you can use DISM.

    DISM.exe /Online /Disable-Feature /FeatureName:Microsoft-Hyper-V-All
    

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.