0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

めんどくさい人向けのWSL2構築方法

Posted at

公式 → https://docs.microsoft.com/ja-jp/windows/wsl/install-win10
すべて上に書いてますが、それすら読みたくない人向け。
PowerShellを管理者権限で開いて、上から順番にやればOK

Windows Sub Systemを有効化
> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
仮想マシン プラットフォームを有効化
> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  1. 再起動する
  2. "Windowsの機能"を開く(そのままWindowsボタン→検索で良い)
  3. Linux用Windowsサブシステム仮想マシンプラットフォームにチェックが入っているか確認する。
「Linuxカーネル更新プログラムパッケージ」をインストールする 

数クリックで終わります。
https://docs.microsoft.com/ja-jp/windows/wsl/wsl2-kernel

WSL2を規定として設定する
> wsl --set-default-version 2
  1. URLからお好きなLinuxをインストールする
    https://aka.ms/wslstore
  2. 起動する
  3. UserNameとPasswordを設定する

お疲れさまです。
あとは見慣れたLinux環境ができているはずです。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?