wsl 2 install powershell 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
Example 3: powershell set wsl 2
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart