Add WSL (#1081)
* Add WSL * Move WSL to the end of the provision * Add elevated_user * No restart VM * Add Validation * Add WSL note in Readme.md * Rename WSL1 to WSL Co-authored-by: Sergey Dolin <[email protected]>
This commit is contained in:
co-authored by
Sergey Dolin
parent
1c22abb30d
commit
c6950533af
@@ -0,0 +1,8 @@
|
||||
################################################################################
|
||||
## 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
|
||||
Reference in New Issue
Block a user