Answers for "wsl in powershell"

8

install wsl using this powershell script

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Posted by: Guest on February-08-2020
1

install wsl using this powershell script

Open Settings.
Click on Apps.
Under the "Related settings" section, click the Programs and Features option.
Click the Turn Windows features on or off option from the left pane.
Check the Windows Subsystem for Linux option.
Click the OK button.
Click the Restart now button.
Posted by: Guest on June-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language