Created
April 3, 2022 03:29
-
-
Save backroot/54fdcda1e318b18fcf31b9c4ce282ab5 to your computer and use it in GitHub Desktop.
Enable 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
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart | |
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart | |
wsl --set-default-version 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment