用 WSL 安装 Linux 发行版的方法: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:3110:31, 29 September 2025Mwroot talk contribs 1,428 bytes +1,428 Created page with "== 前置条件 == <syntaxhighlight lang="PowerShell"> # UEFI 中开启虚拟化支持 # 控制面板 - 卸载 - 启用或关闭 Windows 功能中打开“适用于 Linux 的 Windows 子系统”和“虚拟机平台” # 安装新的 Linux 分发版前将 WSL 2 设置为默认版本 # 在 PowerShell 中 wsl --update wsl --set-default-version 2 </syntaxhighlight> 想用 WSL 2,视情况可能需要安装一个 wsl_update_x64.msi 去更新 WSL 的内核。运行 <code..."