Docker Desktop WSL2 和 VMWare17 Intel VT-x/EPT 临时切换方案 (禁用Hyper-V)

临时切换方案 (禁用Hyper-V)

# 关闭Hyper-V(切换到VMware模式)
bcdedit /set hypervisorlaunchtype off
# 启用Hyper-V(切换到WSL2/Docker模式)
bcdedit /set hypervisorlaunchtype auto
posted @ 2025-08-19 15:21  天外游心  阅读(15)  评论(0)    收藏  举报