首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >[ubuntu][原创]win11的ubuntu子系统提示WslRegisterDistribution failed with error: 0x80370102

[ubuntu][原创]win11的ubuntu子系统提示WslRegisterDistribution failed with error: 0x80370102

作者头像
git clone firc-dataset
发布2025-07-19 11:16:10
发布2025-07-19 11:16:10
8661
举报

Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS

这个错误着实让人头疼。

第一:我确定电脑已经开启虚拟化技术

第二:我确定在程序和功能中启用了hpyer-v、虚拟机平台、子系统选项

结果还是提示这个错误,经过尝试使用下面命令并且重启操作系统即可解决问题:

wsl --set-version Ubuntu 2 wsl --set-default-version 2 DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V bcdedit /set hypervisorlaunchtype auto

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2025-07-17,如有侵权请联系 cloudcommunity@tencent.com 删除
目录
  • Please enable the Virtual Machine Platform Windows feature and ensure virtualization is enabled in the BIOS
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档