Windows Subsystem for Linux (WLS)
Jump to navigation
Jump to search
wikipedia:Windows Subsystem for Linux (2016)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl --status
(no output)
Deployment Image Servicing and Management tool Version: 10.0.19041.572 Image Version: 10.0.19042.610 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully.
wsl Windows Subsystem for Linux has no installed distributions. Distributions can be installed by visiting the Microsoft Store: https://aka.ms/wslstore
wsl -l Windows Subsystem for Linux has no installed distributions. Distributions can be installed by visiting the Microsoft Store: https://aka.ms/wslstore
wsl --list --verbosewsl --list --all --verbose
Limitations[edit]
- No KVM support
- No snap support
- No docker support
- No systemd support:
System has not been booted with systemd as init system (PID 1). Can't operate.
Related terms[edit]
- Bash
- PowerShell
- snap not supported, see
snap install - Windows Terminal
- Enable nested virtualization:
Set-VMProcessor -VMName YOUR_VM_NAME -ExposeVirtualizationExtensions $true - File explorer:
\\wsl$\Ubuntu wsl (linux command)- Enable-WindowsOptionalFeature –FeatureName Microsoft-Hyper-V -All
See also[edit]
wsl, Hyper-V, wsl --install, wsl --status- WSL, PID 1, WSL2,
wsl
Advertising: