Table of Contents
- 经过六年发展,WSL 发布了 1.0.0 版本 - Linux迷
- wsl介绍-CSDN博客
- 升级到 WSL 2 开发环境 - Fing's Blog
- [Guide] Developing on Windows 10 using WSL - general - Roots Discourse
- wsl的安装_wsl安装-CSDN博客
- WSL 2 上启用微软官方支持的 systemd - 知乎
- Windows Subsystem for Linux (WSL) in Windows 10: Ultimate Guide
- Windows Subsystem for Linux (WSL) Nedir? · Miuul
- WSL 2 上启用微软官方支持的 systemd - 知乎
- Microsoft quer tornar mais fácil usar o Linux dentro do Windows • Tecnoblog



What is WSL 2?



System Requirements



Enabling WSL 2 on Windows 10 and Windows 11
To install WSL 2, follow these steps: 1. Enable the Windows Subsystem for Linux: Open PowerShell as Administrator and run the following command: `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart` 2. Enable Virtual Machine Platform: Run the following command: `dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart` 3. Restart your computer: This will allow the changes to take effect. 4. Set WSL 2 as the default version: Open PowerShell as Administrator and run: `wsl --set-default-version 2` 5. Install a Linux distribution: Open the Microsoft Store and search for a Linux distribution of your choice (e.g., Ubuntu, Debian, Kali Linux). Click "Install" to begin the download and installation process. 6. Initialize the Linux distribution: Once installed, open the Start menu, search for the Linux distribution you installed, and click to launch it. Follow the on-screen instructions to set up your Linux environment.![[Guide] Developing on Windows 10 using WSL - general - Roots Discourse](https://log1x.com/screenshots/2017-04-13_19-19-18_gzPg3.png)