install wsl2 windows 10 commend line code example
Example 1: powershell set wsl 2
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
Example 2: powershell set wsl 2
wsl --list --verbose
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
wsl --list --verbose