windows subsystem for linux enable code example
Example 1: enable windows subsystem linux
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Example 2: windows subsystem for linux
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Example 3: how to run linux on windows10
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Example 4: windows subsystem for linux
wsl --set-default-version 2