Answers for "run linux on windows"

6

The Windows Subsystem for Linux optional component is not enabled.

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Posted by: Guest on August-16-2020
0

kali run script on startup

@reboot /path/to/your/start.sh
Posted by: Guest on March-05-2020
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