管理者権限が必要
mklink /D dest src
https://docs.microsoft.com/ja-jp/windows/wsl/install-win10
管理者権限のPowerShellで Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --set-default-version 2
#インストール済みイメージの確認 wsl -l -v
#インストール済みイメージのバージョン変更 wsl --set-version debian 2