Jump to content

Enabling and Installing WSL in windows 10 (2020 guide)


Michael

I've decided to make this a video tutorial.

below are the things I use in the video to enable and install WSL in powershell.

  1. Open up powershell with admin privileges
  2. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  3. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  4. https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi download and install this (its a kernel update for wsl2).
  5. reboot machine
  6. open power shell again with admin privileges, and enter the following: wsl --set-default-version 2, once excecuted you can close powershell.

User Feedback

Recommended Comments

There are no comments to display.



Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...