缘由
wsl2的许多特性令人心动。
步骤
- 以管理员模式运行 Powershell 或 cmd
- 输入以下命令回车并重启
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
- 从此链接下载 wsl2 内核安装文件并安装
- 输入以下命令回车
wsl --set-default-version 2
Code language: JavaScript (javascript)
完成
你现在可以到应用商店安装包含 wsl2 特性的发行版系统了!
Refer
了解 Starx's Home 的更多信息
Subscribe to get the latest posts sent to your email.
0 条评论