wsl --install: Install WSL and the default Ubuntu distribution of Linux.
wsl --list --online : List all installed distributions available in the Windows Store that you can download.
wsl --list --verbose: List all installed distributions and their status.
wsl --shutdown: Shut down all running WSL distributions.
wsl --set-default <distribution name>: Set the specified Linux distribution as the default.