We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223da51 commit 462cef7Copy full SHA for 462cef7
1 file changed
WSL/install-on-server.md
@@ -47,10 +47,12 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-L
47
### Install the WSL Kernel update for WSL 2
48
49
> [!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
-> ```
+> To use WSL 2, install or update the WSL kernel using the method for your Windows Server version:
+> - On Windows Server 2022 and later, run:
+> ```powershell
+> wsl --update
54
+> ```
55
+> - On Windows Server 2019, install the WSL 2 kernel update using the MSI package shown below.
56
57
For Windows Server 2019, you can install the WSL 2 kernel update using the MSI package:
58
0 commit comments