Skip to main content

WSL (Windows Subsystem for Linux)

How to find a list of available versions of distributions for installation?

wsl --list --online

How to install distribution?

wsl --install --distribution Ubuntu

How to check the default distribution and WSL version?

wsl --status

How to change the WSL version for distribution?

Set for distribution
wsl --set-version ${DISTR_NAME} 2
Set default
wsl --set-default-version 2

2 - version number.

How to find the WSL version for distribution?

wsl --list --verbose

How to update a Linux kernel component?

wsl --update

How to remove distribution?

wsl --unregister ${DISTR_NAME}

Error code: Wsl/Service/CreateVm/HCS/HCS_E_SERVICE_NOT_AVAILABLE

Install and enable Hyper-V.