② 开启虚拟机特性 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart ①②步运行结果如上 ③下载并安装WSL2更新包 WSL2 Linux kernel update package for x64 machineswslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi ④将WSL2设置成默认 wsl --set...
The WSL 2 Linux kernel is now installed using a separate MSI update package.Please click the link and follow the instructions to install the kernel update:https://aka.ms/wsl2kernel. Press Restart after installing the Linux kernel. 原因分析: 当我们安装docker desktop时,他会问我们是否需要使用wsl...
Download the Linux kernel update package:https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi WSL 网络玩烂了 可以先shutdown wsl 试试看: wsl --shutdown,wsl --update 不行的话, 就重启电脑
下载并安装WSL 2 Linux内核更新包:访问WSL 2 Linux内核更新页面(https://learn.microsoft.com/zh-cn/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package) 具体可以直接使用这个链接下载WSL更新包:https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi,下载完之...
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart 如果只想使用 WSL 1,您可以跳到第 4 步。 第2 步,启用“虚拟机平台” WSL 2 需要启用 Windows 10 的 “虚拟机平台” 特性。它独立于 Hyper-V,并提供了一些在 Linux 的 Windows 子系统新版本中可用的更有...
https://learn.microsoft.com/zh-cn/windows/wsl/install-manual#step-4---download-the-linux-kernel-update-package 所以按照提示的意思,我几次切换版本都不成功的主要原因是没安装一个更新的组件,好吧,简直是在猜对方的意思 到微软上面的那个地址上面去,下载 ...
windows11在powershell下,执行wsl --update即可(确保系统更新服务开启);完事执行wsl --shutdown 重新计入wsl。 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 1. 安装Linux内核 下载Linux内核更新包:WSL2 Linux kernel update package for x64 machines。双击wsl_update_x64...
在https://docs.microsoft.com/zh-cn/windows/wsl/wsl2-kernel 页面点击下载 linux 内核更新包。 3.4. 升级到 wsl2 接下来就很简单了,首先在 cmd 或 PowerShell 中执行下面命令列出现有的 wsl: wsl -l 然后,根据上面命令返回的 wsl 名称,在管理员权限下的 cmd 或 PowerShell 中执行: ...
when I tried to update the WSL kernel By downloading and installing the latest WSL 2 kernel from Microsoft’s WSL Kernel Update. https://learn.microsoft.com/en-us/windows/wsl/install-manual Step 4: Download the Linux kernel update package. ...
Once there, follow the instructions to download the MSI package, run it to install your Linux kernel, and you’ll be finished and ready to use WSL 2. When automatic install and update of the Linux kernel is added you’ll start getting automatic updates to your kernel right away. ...