mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-05 10:50:18 +00:00
title, homepage, tagline
| title | homepage | tagline |
|---|---|---|
| WSL | https://docs.microsoft.com/en-us/windows/wsl/install-win10 | WSL (Windows Subsystem for Linux) is required for running Microsoft Linux. |
Cheat Sheet
WSL (v1) is not emulation, but rather a Linux syscall wrapper around the Windows Kernel.
After installing WSL and Rebooting you will be able to install Linux variants from the Windows 10 Store:
Admin Privileges Required
It is not possible to install WSL without Admin privileges.
You will need to allow the installer to run as Admin when asked.
Reboot Required
You will not be able to use WSL without rebooting.
Raw PowerShell Command
powershell -Command "Start-Process cmd -Verb RunAs -ArgumentList '/c cd /d %CD% && dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart'"