Updated Install on Windows 10 or later using WSL V.2 Manual installation (markdown)

iz4tow 2022-08-19 13:12:06 +02:00
parent e534382cee
commit 06bac1e0e9
1 changed files with 14 additions and 1 deletions

@ -1 +1,14 @@
Coming soon
# PRE-REQUISITES (all these commands need an elevated prompt, so run them as administrator):
* `dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart`
* `dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart`
* `DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V /norestart`
* Reboot your PC
* Install last Linux kernel package. Here the [download link](https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi)
* Reboot
# WSL INSTALL (all these commands need user prompt, so don't run them as administrator)
wsl --set-default-version 2