Windows11 安装 Linux 子系统失败提示错误代码 0x800701bc 如何解决
当我们电脑的使用中,难免会遇到一些问题,近期就有 Windows11 用户反映在安装 linux 子系统时,出现了安装失败的情况,并提示错误代码 0x800701bc,这该怎么解决呢?下面暴风侠就为大家带来解决方法介绍,一起来看看吧!
解决方法
错误提示:
Installing, this may take a few minutes… WslRegisterDistribution
failed with error: 0x800701bc Error: 0x800701bc WSL 2 ???
https://aka.ms/wsl2kernel
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
到这里就应该都没有问题了。
版权声明:
作者:暴风侠
链接:https://xitongmac.com/jiaocheng/107150.html
来源:暴风侠_一键激活Win10_Win7系统_Win8系统
文章版权归作者所有,未经允许请勿转载。