switch to wsl 2 code example
Example 1: switch installed linx to wsl2
wsl.exe --set-version Ubuntu 2
Example 2: enable wsl2
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Example 3: switch wsl 2 to 1
# run following commands in admin-mode PowerShell
dism.exe /online /disable-feature /featurename:VirtualMachinePlatform /norestart
wsl --set-default-version 1