Horje
WSL install Code Example
wsl windows
1) Run PowerShell as administrator
2) Paste this command:
  Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
3) Restart
4) Run PowerShell as administrator again
5) Paste these two commands:
  dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
  dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
6) Restart Again
7) Download the Linux Kernel Update Package from
  https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
8) Then, run powershell as administrator again and paste this command:
  wsl --set-default-version 2
9) Install a distro of your choice from the Microsoft Store (Example Ubuntu, Kali Linux)
WSL install
wsl --install
windows features windows subsystem for linux not
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux




Shell

Related
how to log out globally from github mac Code Example how to log out globally from github mac Code Example
create branch from another branch Code Example create branch from another branch Code Example
set vscode as core.editor in git Code Example set vscode as core.editor in git Code Example
find file in linux with regex Code Example find file in linux with regex Code Example
display id all image docker Code Example display id all image docker Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11