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.
- Open up powershell with admin privileges
- dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
- dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
- https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi download and install this (its a kernel update for wsl2).
- reboot machine
- open power shell again with admin privileges, and enter the following: wsl --set-default-version 2, once excecuted you can close powershell.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now