WSL 2 (https://aka.ms/wsl2) Enable -> Windows Subsystem for Linux? PowerShell (ADMIN) -> dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart Enable -> Virtual Machine Feature: PowerShell (ADMIN) -> dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart Install -> Linux kernel Update Package Download -> https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi Set WSL 2 as Default Version: PowerShell (ADMIN) -> wsl --set-default-version 2 Get from Microsoft Store and Launch -> Ubuntu -> https://www.microsoft.com/pt-br/p/ubuntu/9nblggh4msv6 Mount Linux Drive (EXT4): PowerShell (ADMIN) -> wmic diskdrive list brief PowerShell (ADMIN) -> wsl --mount \\.\PHYSICALDRIVE1 --partition 3 AUTOMOUNT: PowerShell (ADMIN) -> REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /V "Mount PhysicalDrive1" /t REG_SZ /F /D "C:\Windows\System32\wsl.exe --mount \.\PHYSICALDRIVE1 --partition 3"