标签:edit type src shel 闪退 启用 window launch 管理员
使用了一次VMware,重新开启hyper-v和虚拟化,打开wsl2时,发现Ubuntu-18.04闪退
在powershell里面执行
wsl
请启用虚拟机平台 Windows 功能并确保在 BIOS 中启用虚拟化。
开启vmware需要关闭hyper-v
所以我们如果重新开启wsl2时要:
在windows功能中重新勾选hyper-v
重启,
然后开启hyper-v模式
在管理员powershell中执行
bcdedit /set hypervisorlaunchtype auto
如果禁用了组策略里面的Device Guard虚拟化安全设置,
需要打开组策略管理,
本地计算机策略 > 计算机配置 > 管理模板>系统 > Device Guard
打开 基于虚拟化的安全设置为“已开启”或者“未设置”
随后重新开启wsl2,若不行,重启计算机。
标签:edit type src shel 闪退 启用 window launch 管理员
原文地址:https://www.cnblogs.com/venusian/p/11726958.html