... | @@ -34,11 +34,11 @@ If your System Details are |
... | @@ -34,11 +34,11 @@ If your System Details are |
|
|
|
|
|
2. Click on "Run as Administrator". A blue terminal window will open up.
|
|
2. Click on "Run as Administrator". A blue terminal window will open up.
|
|
|
|
|
|
3. Enable WSL with powershell, by running command
|
|
3. Enable WSL with powershell, by running command in powershell
|
|
```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
|
|
```
|
|
```
|
|
4. Enable Virtual machine settings for WSL
|
|
4. Enable Virtual machine settings for WSL, by running the below command in powershell
|
|
```powershell
|
|
```powershell
|
|
Enable-WindowsOptionalFeature -Online -FeatureName $("VirtualMachinePlatform","Microsoft-Windows-Subsystem-Linux")
|
|
Enable-WindowsOptionalFeature -Online -FeatureName $("VirtualMachinePlatform","Microsoft-Windows-Subsystem-Linux")
|
|
```
|
|
```
|
... | | ... | |