X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=wsl%2FREADME.md;fp=wsl%2FREADME.md;h=e0aaf263f0a68a6076a11f0ac0b3e5ecec671185;hb=4b19fbc17727bd1a422e292eb617ea0acd680f0a;hp=0000000000000000000000000000000000000000;hpb=faf542c439751d79dc6b52130c9456196de85cd8;p=webi-installers%2F.git diff --git a/wsl/README.md b/wsl/README.md new file mode 100644 index 0000000..e0aaf26 --- /dev/null +++ b/wsl/README.md @@ -0,0 +1,37 @@ +--- +title: WSL +homepage: https://docs.microsoft.com/en-us/windows/wsl/install-win10 +tagline: | + 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: + +- [Ubuntu Linux 20.04](https://www.microsoft.com/store/apps/9n6svws3rx71) +- [Alpine WSL](https://www.microsoft.com/store/apps/9p804crf0395) + +### 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 + +```pwsh +powershell -Command "Start-Process cmd -Verb RunAs -ArgumentList '/c cd /d %CD% && dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart'" +``` + +## References + +- https://docs.microsoft.com/en-us/windows/wsl/install-win10