Created
October 26, 2023 09:21
-
-
Save oscarandreu/f0609af973409da1f50058ad1028134a to your computer and use it in GitHub Desktop.
WSL 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable WSL if not done | |
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux | |
Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform | |
wsl --set-default-version 2 | |
wsl --list --verbose | |
wsl --set-version <Distro> 2 | |
wsl --list --verbose |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment