mirror of https://github.com/lwvmobile/dsd-fme.git
Updated Install on Windows 10 or later using WSL V.2 Manual installation (markdown)
parent
e534382cee
commit
06bac1e0e9
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue