win11 linux子系统安装失败错误代码0x800701bc怎么解决?最近有不少用户在使用最新版本的windows11系统的时候,安装linux子系统出现了错误,遇到这种问题我们应该怎么解决呢?下面小编就带着大家一起看看吧!
错误提示:
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
到这里就应该都没有问题了。
以上就是小编为大家带来的win11 linux子系统安装失败错误代码0x800701bc解决方法,希望对大家有所帮助,更多相关内容请继续关注代码网。
发表评论