Shell/Bash: update to wsl2 Example
Shell/Bash Example: This is the "update to wsl2" Example. compiled from many sources on the internet by SimpleTutorials.org
update to wsl2
#enable wsl dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart #make sure windows version is >=2004 dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart #restart wsl --set-default-version 2 #if kernal error https://docs.microsoft.com/en-us/windows/wsl/wsl2-kernel
* Summary: This "update to wsl2" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!