wsl
Install
wsl --list --online
wsl --install -d Debian # default: Ubuntu
wsl -l -v # check installed Distributions
wsl --status # check wsl kernel
wsl --shutdown# WSL2 global: C:\Users\<UserName>\.wslconfig
# WSL1/2 per-distribution: /etc/wsl.conf => automount, network, interop, user
[boot]
systemd=true
[automount]Mount Linux Partitions
network - bridged to host
Last updated