Answers for "install wsl using this powershell script"

7

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
2

windows wsl

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Posted by: Guest on July-14-2020

Browse Popular Code Answers by Language