Advertisement
anhkiet2507

WSL2

Sep 22nd, 2020 (edited)
12,896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  2. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  3. wsl --set-default-version 2
  4. wsl --shutdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement