Table of Contents
- Windows Subsystem for Linux (WSL) 2.3.17 released | Windows 11 Forum
- WSL 1 与 WSL 2 有什么区别?到底哪个更适合你_wsl1和wsl2区别-CSDN博客
- WSL 1 与 WSL 2 有什么区别?到底哪个更适合你_wsl1和wsl2区别-CSDN博客
- wsl介绍-CSDN博客
- WSL:两个操作系统的联合_wsl是什么意思-CSDN博客
- wsl介绍-CSDN博客
- How to Install WSL 2 on Windows 10 (Updated) - OMG! Ubuntu
- 設定 WSL 開發環境 | Microsoft Learn
- Windows Subsystem for Linux (WSL) nedir? · Miuul Not Defteri
- Windows Sub-system for Linux (WSL) and Lando tips and tricks - Joshua ...



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.