Table of Contents
- 【WSL入門】第1回 Windows 10標準Linux環境WSLを始めよう:ITの教室 - @IT
- WSL 2 上启用微软官方支持的 systemd - 知乎
- 喜迎 WSL 1.0 发布,Windows 10 的 WSL 2 也可以用 systemd 了,再水一篇安装教程 - 知乎
- Windows Subsystem for Linux (WSL) nedir? · Miuul Not Defteri
- 設定 WSL 開發環境 | Microsoft Learn
- wsl介绍-CSDN博客
- [WSL] 通过 WSL 在 Windows 10 上运行 Linux GUI 应用_wsl 3d加速-CSDN博客
- Download Cara Install Wsl Windows Subsystem Linux Di - vrogue.co
- WSL:两个操作系统的联合_wsl是什么意思-CSDN博客
- 【WSL】使用WSL在Windows上安装Linux(Ubuntu20.04)_install linux on windows with ...



What is WSL 2?
![[WSL] 通过 WSL 在 Windows 10 上运行 Linux GUI 应用_wsl 3d加速-CSDN博客](https://img-blog.csdnimg.cn/20210422183628927.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L1hpZUVEZUhlaVNob3U=,size_16,color_FFFFFF,t_70#pic_center)


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.