Windows - unders/mywiki GitHub Wiki

Boxstarter

Chocolatey

Run as Admin in PowerShell:

> Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Install WSL

Run as Admin in PowerShell:

> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
... restart computer ...
> choco install -y Microsoft-Windows-Subsystem-Linux -source windowsfeatures
> Invoke-WebRequest -Uri https://aka.ms/wsl-ubuntu-1804 -OutFile ~/Ubuntu.appx -UseBasicParsing
> Add-AppxPackage -Path ~/Ubuntu.appx

WSL - Windows Subsystem for Linux

Hyper-V on Windows 10