Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 752 Bytes

1-INITIAL-SETUP.md

File metadata and controls

26 lines (17 loc) · 752 Bytes

1-SETUP: Enable WSL

Prerequisites

  • Windows 10

Goal

  • Enable wsl
  • Install linux distro

Steps

WSL

  • Enable the Windows Subsystem for Linux Windows Feature
    • Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
    • Enable WSL (Ubuntu)
  • Updating to WSL2
    • Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
  • If you want to make wsl2 as default architecture: wsl --set-default-version 2