2
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.

WSLのDistroの起動に失敗するとき(エラー:"WslRegisterDistribution failed with error: 0x800706be.")

Posted at

考えられる原因と対策

1. Windows Subsystem for Linux がオンになっていない

コントロールパネルから「プログラム」を選択し,「Windows の機能の有効化または無効化」を選択し再起動.

2. WSL がアップデートされていない

PowerShellを起動してwsl --updateを実行

3. バグ

Windows Insider Program を利用している場合でも同様の症状はバグとして報告されている.もし,insider program の評価版を利用しており上記の解決策でうまくいかなければ以下のgithub の issues での解決策を実行してみるといいかもしれない.
When installing a distribution the process fails with: "WslRegisterDistribution failed with error: 0x800706be. #5768

2
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
2
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?