Skip to content

Commit 462cef7

Browse files
Update WSL/install-on-server.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 223da51 commit 462cef7

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

WSL/install-on-server.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,12 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-L
4747
### Install the WSL Kernel update for WSL 2
4848

4949
> [!NOTE]
50-
> This step is only needed for Windows Server 2019. On Server 2022 and later, use `wsl --update` instead:
51-
> ```powershell
52-
> wsl --update
53-
> ```
50+
> To use WSL 2, install or update the WSL kernel using the method for your Windows Server version:
51+
> - On Windows Server 2022 and later, run:
52+
> ```powershell
53+
> wsl --update
54+
> ```
55+
> - On Windows Server 2019, install the WSL 2 kernel update using the MSI package shown below.
5456
5557
For Windows Server 2019, you can install the WSL 2 kernel update using the MSI package:
5658

0 commit comments

Comments
 (0)