How to solve my virtualization is not enabled

赵泽熙 赵 0 信誉分
2024-07-17T10:56:50.4333333+00:00

When I run a VM, it indicates that virtualization is not enabled. When I go to the bios, virtualization is enabled in the bios, but virtualization is not enabled in the task manager. I used the bios to turn off virtualization while on, still useless. I tried a lot of methods on the Internet, and then I went to "service" inside the hy host service, indicating that it could not start virtualization error 31.

Windows 商业版 | 面向 IT 专业人士的 Windows 客户端 | 用户体验 | 其他
0 个注释 无注释

1 个答案

排序依据: 非常有帮助
  1. 匿名
    2024-07-18T01:55:27.3933333+00:00

    Hi,

    Please open CMD as administrator and run bcdedit.exe to see if hypervisorlaunchtype is set to auto. If not, run

    bcdedit.exe /set hypervisorlaunchtype auto
    

    Reboot the computer to take effect.

    Then open services.msc and make sure the Hyper-V Virtual Machine Management Service (vmms) and Hyper-V Host Computer Service (vmcomputer) are running. If not, open the service properties, change the startup type to Automatic and start the service manually.

    Please also note that this is a Chinese forum. Questions in English can be posted here.

    https://learn.microsoft.com/en-us/answers/questions/

    Best Regards,

    Ian Xue


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

    0 个注释 无注释

你的答案

提问者可以将答案标记为“已接受”,审查方可以将答案标记为“已推荐”,这有助于用户了解答案是否解决了提问者的问题。