Fix README powershell commands (#278)

This commit is contained in:
Rathmox
2022-10-08 19:25:28 +02:00
committed by GitHub
parent 3a220c0507
commit 1d00d7d9d3
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

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