diff --git a/README.fr.md b/README.fr.md index 8513ebe69..806a8379e 100644 --- a/README.fr.md +++ b/README.fr.md @@ -161,7 +161,7 @@ Votre version de windows doit être >= 1903. 1. Apuyez simulatanément sur les touches "windows" et "x" puis cliquez sur "Powershell administrateur". Entrez ensuite ceci dans la nouvelle fenêtre: ```powershell -dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux all /norestart +dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart ``` Cette commande active WSL diff --git a/README.md b/README.md index 40c7fc52d..4135856a1 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ You need a windows version >= 1903. 1. Use simultaneously win + X keys and then click on "admin powershell". ```powershell -dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux all /norestart +dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart ``` This command activate WSL functionalities.