Skip to content

Instantly share code, notes, and snippets.

@sandrocarval
Last active August 14, 2020 18:40
Show Gist options
  • Save sandrocarval/ad53b78a14cd275649be9ddcd966ea77 to your computer and use it in GitHub Desktop.
Save sandrocarval/ad53b78a14cd275649be9ddcd966ea77 to your computer and use it in GitHub Desktop.
Windows 10 2004 + WSL2 setup

Windows 10 2004 + WSL2 setup

Install

Debloat

Install and configure WSL2

  • Open Powershell as admin, and run:
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
  • Restart the computer, and open the Powershell again as admin and run:
wsl --set-default-version 2
  • Open the Windows Store and search for your favorite WSL distro (I'm running Debian)

Install chocolatey

choco install hackfont
choco install 7zip.install
choco install firefox
choco install brave
choco install ungoogled-chromium
choco install vscode
choco install vlc
choco install gimp
choco install teamviewer
choco install steam
choco install battle.net
choco install epicgameslauncher
choco install goggalaxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment