Windows 10 2004 + WSL2 setup Install Download ISO or Media Creation tool: https://www.microsoft.com/pt-br/software-download/windows10ISO After install and initial login, let the system install the drivers automatically for a few minutes, it will ask for a reboot after Run Windows Update Debloat https://christitus.com/debloat-windows-10-2020/ 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 Follow the base instructions: https://chocolatey.org/install Install your favorite software or packages. Mine were: 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