Answers for "install wsl via powershell command"

C
8

install wsl using this powershell script

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

Code answers related to "C"

Browse Popular Code Answers by Language