From 1d00d7d9d3bda00405ef713523959635dccf993c Mon Sep 17 00:00:00 2001 From: Rathmox <55508107+Rathmox@users.noreply.github.com> Date: Sat, 8 Oct 2022 19:25:28 +0200 Subject: [PATCH] Fix README powershell commands (#278) --- README.fr.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.