参考设置 WSL 开发环境 | Microsoft Learn, 打开 PowerShell(或 Windows 命令提示符)并输入: 1 wsl --install 报错: "无法解析服务器的名称或地址" 尝试了网上的更改网络适配器设置和网络属性的方法并未解决问题. 解决办法: 用梯子 安装结束后重启计算机, 打开Ubuntu后再次报错: "WslRegisterDi
Install WSL command You can now install everything you need to run WSL with a single command. Open PowerShell or Windows Command Prompt inadministratormode by right-clicking and selecting "Run as administrator", enter the wsl --install command, then restart your machine. ...
Install WSL command You can now install everything you need to run WSL with a single command. Open PowerShell or Windows Command Prompt inadministratormode by right-clicking and selecting "Run as administrator", enter the wsl --install command, then restart your machine. ...
WSL isn't PowerShell. Using the "Windows Server PowerShell" tag won't get the attention of the folks might be able to help. In any case, try Ctrl+C while it's hanging. Others have reported similar problems: https://github.com/microsoft/WSL/issues/6405 Please sign in to ...
Install Windows Subsystem for Linux with the command, wsl --install. Use a Bash terminal on your Windows machine run by your preferred Linux distribution - Ubuntu, Debian, SUSE, Kali, Fedora, Pengwin, Alpine, and more are available.
open ubuntu profile in powershell: Installing, this may take a few minutes... WslRegisterDistribution failed with error: 0x8000000d Error: 0x8000000d An illegal state change was requested. Press any key to continue... disable all optional features: hyper-v, windows hypervisor, wsl, virtual ma...
I've been getting same issue after the update and was able to install wsl with the help of your workaround. thank you !! Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment Assignees No one assigned ...
Additionally, you can find a list of Linux distributions available to install by entering the commandwsl--list--onlinein PowerShell or Windows Command Prompt. To install a distribution other than, or in addition to, the Ubuntu default, use this command:wsl--install-d<...
Additionally, you can find a list of Linux distributions available to install by entering the commandwsl--list--onlinein PowerShell or Windows Command Prompt. To install a distribution other than, or in addition to, the Ubuntu default, use this command:wsl--install-d<DistroName> ...
wsl --install --distribution <Distro Name> Replace <Distro Name> with the name of the distribution as it's written in the prompt window Step 5:Restart Your Computer Since you're at the PowerShell command prompt, this can be done as follows: ...