(1) 本フォルダをデスクトップフォルダ等に格納する。 (2) 管理者権限の powershell もしくは cmd で以下のコマンドを実行。 wsl --install -d Ubuntu-22.04 --web-download --no-launch (3) 再起動を行う。 (4) %USERPROFILE% に .wslconfig を格納する。 copy /Y files\windows\C\Users\User\a.wslconfig %USERPROFILE%\.wslconfig (5) スタートメニューから、Ubuntu-22.04 を起動する。 (6) ユーザ名を尋ねられるので、wsl を入力する。 (7) パスワードを尋ねられるので、wsl を入力する。 (8) WSL のウィンドウを閉じる。 (9) 管理者権限の powershell もしくは cmd で以下のコマンドを実行。 wsl --shutdown -d Ubuntu-22.04