run linux on windows code example
Example 1: clear in windows cmd
cls
Example 2: The Windows Subsystem for Linux optional component is not enabled.
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Example 3: linux command line in windows 10
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Example 4: kali run script on startup
@reboot /path/to/your/start.sh
Example 5: windows wsl
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart