• Liunx
  • 启用 WSL 功能以管理员身份打开 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 安装 Ubuntu 20.04从 Microsoft Store 安装 Ubuntu 20.04 LTS。安装后启动 Ubuntu,等待初始化完成。设置纯 ...