Answers for "updating the wsl 2 linux kernel windows 11"

0

change wsl to version 1

wsl --set-version Ubuntu-18.04 1

// Run the above command from windows powershell 
// This assumes you are running Ubuntu 18.04
Posted by: Guest on January-29-2021
-2

update to wsl2 windows 10

Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform -NoRestart
Posted by: Guest on March-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language