Files
System/Windows/Windows虚拟机无法开启虚拟化.md
offends d12a206210
Some checks failed
continuous-integration/drone Build is failing
synchronization
2025-08-25 16:02:49 +08:00

22 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

> 本文作者:丁辉
# Windows虚拟机无法开启虚拟化
1. 删除Hyper-V功能
- 按下 WIN+R 组合键打开"运行" > 输入 `appwiz.cpl` > 点击启用或关闭 Windows 功能 > 取消勾选Hyper-V > 确定
2. 修改 hypervisorlaunchtype
- 按下 WIN+R 组合键打开"运行" > 输入 `cmd` > 运行命令 `bcdedit /set hypervisorlaunchtype off`
> 执行这个命令后,系统将不再启动 Hypervisor这对于一些需要直接访问硬件而不受虚拟化层限制的应用程序可能很有用。请注意关闭 Hypervisor 可能会影响某些虚拟化相关的功能,如在虚拟机中运行其他虚拟化平台,因此在执行此操作之前,建议您了解其影响,并确保您知道为什么需要关闭 Hypervisor。如果不需要关闭 Hypervisor最好将其保持默认状态。
3. 重新启动计算机
一般在这样就可以结束了,如果不行的话就。。。
按下WIN+R组合键打开"运行" > 输入services.msc回车 > 按下键盘 hv > 找到HV主机服务右键属性 > 启动类型改为禁用 > 确定