wsl 2 isntall code example
Example 1: enable wsl2
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Example 2: powershell set wsl 2
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart