Files
vim-ale/wsl1/install.ps1
2023-10-18 02:10:55 -06:00

14 lines
493 B
PowerShell

#!/usr/bin/env pwsh
Write-Output "Installing WSL (Windows Subsystem for Linux) ..."
Write-Output ""
Write-Output "Security: requires administrator approval to install"
powershell -Command "Start-Process cmd -Verb RunAs -ArgumentList '/c cd /d %CD% && dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all'"
# /norestart
Write-Output "!!!!!!!!!!!!!!!!!!!!!!!!!"
Write-Output "!!! Reboot REQUIRED !!!"
Write-Output "!!!!!!!!!!!!!!!!!!!!!!!!!"
Write-Output ""