Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

wsl convert to wsl2

wsl --set-version <Distro> 2

# For setting all future distributions to use WSL 2
wsl --set-default-version 2
Comment

convert wsl to wsl2

wsl --set-version <distro_name> <version>
wsl --set-version Ubuntu-18.04 2
wsl --set-version Ubuntu-20.04 2
Comment

convert a wsl 1 distro to wsl 2

wsl --set-version <Distro> 2
Comment

convert wsl to wsl2

wsl --set-version <distro_name> <version>
wsl --set-version Ubuntu-18.04 2
wsl --set-version Ubuntu-20.04 2
Comment

convert wsl to wsl2

wsl --set-version <distro_name> <version>
wsl --set-version Ubuntu-18.04 2
wsl --set-version Ubuntu-20.04 2
Comment

PREVIOUS NEXT
Code Example
Shell :: flutter doctor android license exception in thread main 
Shell :: latex markdown github 
Shell :: ufw allow ssh 
Shell :: sudo /opt/lampp/lampp start not working on linux 
Shell :: origin branch still showing in vscode though deleted 
Shell :: git disable pgp 
Shell :: nginx docker redirect no trailing slash to trailing slash 
Shell :: github resolve issue large file 
Shell :: WSL2 trying to launch VSCode with code . results in error "Please install missing certificates." 
Shell :: upgrade pip error 
Shell :: trash path linux 
Shell :: flutter web run using vscode 
Shell :: Upgrading git on CentOS 
Shell :: unzip a .gz file in linux 
Shell :: how to delete a branch in github 
Shell :: use x2go with gnome linux 
Shell :: git commit convention 
Shell :: brew update 
Shell :: systemcd service user 
Shell :: list usb devices linux tty 
Shell :: npm save as dev dependency 
Shell :: How to completely remove Mod Pagespeed from Ubuntu 
Shell :: debian uninstall package 
Shell :: get disk utilization linux 
Shell :: dockerfile prevent exit 
Shell :: how to install jq to windows 
Shell :: pyqt5 designer download 
Shell :: disable pre commit hook 
Shell :: check memory type 
Shell :: git diff previous commit 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =