Windows Subsystem for Linux を管理します。 もっと詳しく: https://learn.microsoft.com/windows/wsl/reference。
wsl {{シェルコマンド}}
wsl --exec {{コマンド}} {{コマンド引数}}
wsl --distribution {{ディストリビューション}} {{シェルコマンド}}
wsl --list
.tar
ファイルにエクスポートする:wsl --export {{ディストリビューション}} {{path\to\distro_file.tar}}
.tar
ファイルからインポートする:wsl --import {{ディストリビューション}} {{path\to\install_location}} {{path/to/distro_file.tar}}
wsl --set-version {{ディストリビューション}} {{バージョン}}
wsl --shutdown