| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「WSL」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
6行目: 6行目:
 
<pre>
 
<pre>
 
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
 
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
 +
</pre>
 +
===WSL2に更新===
 +
====仮想マシン機能を有効に====
 +
<pre>
 +
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
 
</pre>
 
</pre>

2020年9月28日 (月) 15:00時点における版

WSL

Linux用Subシステムの有効化

  • Powershellを管理者で実行し、以下
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

WSL2に更新

仮想マシン機能を有効に

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart