https://github.com/ajayos/wsl-install
https://github.com/ajayos/wsl-install
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajayos/wsl-install
- Owner: Ajayos
- Created: 2022-07-06T06:33:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T06:49:01.000Z (over 2 years ago)
- Last Synced: 2025-01-15T07:12:08.062Z (3 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```