Windows10内建Ubuntu系统WSL
2019-10-30 本文已影响0人
Young_Allen
在Microsoft Store搜索Ubuntu:
下载Ubuntu并安装。
在WSL安装Ubuntu for windows时,可能会遇到如下错误:
WslRegisterDistribution failed with error: 0x8007019e
解决方法:
按键win+x,选择Windows PowerShell(管理员)输入:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
- 回车输入Y并重启。 重启打开Ubuntu的命令窗口,等几分钟,输入账户和密码即可。
这样就可以使用WSL系统了。