夜火笔记

win11 wsl 安装linux子系统 提示 0x800701bc的问题

2023-11-01
笔记
1分钟
137字

错误信息提示如下

Terminal window
1
Installing, this may take a few minutes…
2
3
WslRegisterDistribution failed with error: 0x800701bc
4
5
Error: 0x800701bc WSL 2 ???https://aka.ms/wsl2kernel
6
7
Press any key to continue…

解决方法:

首先下载Windows Subsystem for Linux Update setup 官方版将WSL1升级到WSL2。

然后再次尝试即可。

如果还没有解决问题,就需要用管理权限打开cmd或者powershell,分别输入下面代码。

用管理权限打开cmd或者powershell,分别输入下面代码:

bcdedit /set hypervisorlaunchtype Auto

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

到这里就应该都没有问题了。

本文标题:win11 wsl 安装linux子系统 提示 0x800701bc的问题
文章作者:夜火/xloong
发布时间:2023-11-01
Copyright 2026
站点地图