Didn’t turn on Hyper-V manually, however I see while installing VMware Workstation in Windows 11?

NndnG 1,126 Reputation points
2022-09-12T20:58:09.26+00:00

Hi,

I didn’t enable or turn on Hyper-V manually in Windows 11.

I checked by these ways,

  • Win+R (as Administrator) > systeminfo
  • In Windows features list Hyper-V is not showing.
  • In Windows features, Windows Hypervisor Platform is checked. I unchecked it.
  • Win+R (as Administrator) > services.msc

In all ways, I didn’t find, Hyper-V is enabled.

While installing VMware Workstation in Windows 11, I see message as below.
240160-anydesk00005.png

Please let me know, where I can check and disable Hyper-V?

With Regards

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2022-09-12T21:17:30.467+00:00

  2. Anonymous
    2022-09-14T17:17:34.867+00:00

  3. Limitless Technology 44,776 Reputation points
    2022-09-19T06:54:45.49+00:00

    Hello there,

    You can try to disable Hyper V from BIOS .

    Navigate to Virtualization Technology (VTx) under the System Security option in the Security tab of your BIOS management menu.

    The option may not be called Virtualization Technology or have the term VTx or VT-x in it. It may be called Hardware Virtualization or Virtualization, etc.

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

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

  4. Kapil Arya 8,546 Reputation points Volunteer Moderator
    2022-09-19T09:22:53.777+00:00

    It looks like the case of running in User Level Mode and in that case, workstation cannot use VMware's hypervisor, but instead it has to go through the Hypervisor API that Microsoft provides. It recently cause UNSUPPORTED PROCESSOR stop code on my VMware.

    I resolved it with using this command which turns off ULM:

    bcdedit /set hypervisorlaunchtype off

    If you need ULM again so that Windows Hypervisor can be used, you can use this command later:

    bcdedit /set hypervisorlaunchtype auto

    Hope this helps!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.