docker使用过程中安装wsl的问题wsl update failed错误0x800701bc
wsl update failed错误,我一开始是去Microsoft Store下载最新的那个
点打开运行,然后就遇到安装错误0x800701bc
处理方法:
用管理权限打开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
然后就可以安装了