Win11 fails to install the Linux subsystem and prompts error code 0x800701bc. How to solve it? When we use computers, we will inevitably encounter some problems. Recently, some Win11 users have reported that when installing the Linux subsystem, the installation failed and an error code 0x800701bc was prompted. How to solve this? The editor below will introduce the solution for you, let’s take a look!
Error message:
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…
Solution:
First download Windows Subsystem for Linux Update setup The official version upgrades WSL1 to WSL2.
Then try again.
If the problem is not solved, you need to open cmd or powershell with administrative rights and enter the following codes respectively
Open cmd or powershell with administrative rights and enter the following codes respectively
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
There should be no problems at this point.
The above is the detailed content of How to solve the error code 0x800701bc when Win11 fails to install the Linux subsystem?. For more information, please follow other related articles on the PHP Chinese website!