Files
runner-images/images/win/scripts/Installers/Windows2019/Install-WSL.ps1
T

8 lines
382 B
PowerShell
Raw Normal View History

2020-07-09 11:57:02 +05:00
################################################################################
## File: Install-WSL.ps1
## Desc: Install Windows Subsystem for Linux
################################################################################
Write-Host "Install Windows Subsystem for Linux"
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux -NoRestart