An open API service indexing awesome lists of open source software.

https://github.com/ajayos/wsl-install


https://github.com/ajayos/wsl-install

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Wsl for windows 10
#

# wsl 2 for windows 11

# 1

```
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
```

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

# 3

```
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -NoRestart
```

# 4

```
wsl --set-default-version 2
```