how to install windows subsystem for linux (wsl) on windows 10 code example
Example 1: install wsl
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Example 2: windows subsystem for linux
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart