how to switch to wsl 2 code example

Example 1: dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Example 2: switch installed linx to wsl2

wsl.exe --set-version Ubuntu 2

Example 3: ubuntu wsl windows 10

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Example 4: enable wsl2

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

Example 5: 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