Artifacts/windows-wsl/EnableWSL.ps1 (3 lines of code) (raw):

 Write-Output "Enabling Windows Subsystem for Linux Feature" Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -NoRestart