Answers for "running linux commands in windows 10"

8

linux command line in windows 10

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

linux command line windows

Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all
Posted by: Guest on March-20-2021

Code answers related to "running linux commands in windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language