######################################## Windows 設定 Tips ######################################## WSL関連(PowerShellを管理者で起動) ----------------- All in one command:: #Windows 10 version 2004 and higher or Windows 11では一発でWSLをinstall可能 wsl --install wsl --install -d #インストール可能なdistributionを確認 wsl --list --online #その後再起動必須 WSLの初回起動:: #上記の再起動後、ユーザ作成を促される。 #それ以降の起動はPowerShell上で以下のコマンド wsl wsl -d Ubuntu #もしくはアプリケーションの中から"Ubuntu"などのDistribution名から起動 #この場合、専用の端末が開く(i.e. 実はPowerShell?)