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

set wsl version to 1

wsl --set-default-version 1
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 :: tcpdump filter ip address 
Shell :: ubuntu console png to pdf 
Shell :: WSL connect docker daemon to docker for windows 
Shell :: install specific version of node 
Shell :: nmap vulnerabilty scan 
Shell :: list enviroment variables 
Shell :: make shortcut folder in windows 
Shell :: install wordcloud anaconda jupyter notbook 
Shell :: list remote branches git 
Shell :: sudo rm rf command 
Shell :: mac address in linux 
Shell :: composer remove packages 
Shell :: git how to update branch from master 
Shell :: apt imagemagick 
Shell :: kill process unix 
Shell :: choco chrome install 
Shell :: ubuntu add public key to server 
Shell :: one liner powershell download file 
Shell :: VCINSTALLDIR not set, not running in VS Command Prompt 
Shell :: install alacritty 
Shell :: copy directory command in linux 
Shell :: add sudo user centos server group 
Shell :: afficher le contenu de la variable path 
Shell :: gcloud app deploy 
Shell :: git push template 
Shell :: how to start ssh agent service windows powershell 
Shell :: how to run shell script 
Shell :: how to set gcc-8 as default in linux 
Shell :: Count subdirectories within a directory 
Shell :: squash commit history git 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =