Skip to content

WSL Windows Subsystem Linux

Enabling "WSL Windows Subsystem Linux"

Run cmd as Admin

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all

Reboot

wsl --set-default-version 2

wsl --install --distribution kali-linux
#Setup the username and password

Location to move files locally

Change USER_PROFILE

cd /mnt/c/users/USER_PROFILE/downloads

Reference(s)