Windows Subsystem for Linux
Overview
wsl --installVersion & Lifecycle
Community Notes
WSL command-line deployment note
For scripted WSL deployment on current Windows builds, use Microsoft’s documented command-line switches with plain ASCII hyphens. Common enterprise patterns are wsl --install --no-distribution to install WSL without automatically adding a Linux distribution, or wsl --install --inbox --no-distribution when you specifically want the Windows optional-component inbox path instead of the Microsoft Store-delivered WSL package.
Treat the WSL package/update as the tool layer: it updates wsl.exe, but a complete workstation setup may still need the WSL optional features and distribution policy you want. If your baseline should enable WSL without seeding Ubuntu or another distro, add a post-install step that runs wsl.exe --install --no-distribution. For lifecycle checks, wsl --update updates the Store-delivered WSL package and wsl --status reports the default distribution, default version, and kernel/update status.
Official command reference: Microsoft WSL basic commands.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
WSL is integrated into Windows 10 and 11; distributions are installed separately via Microsoft Store or command line