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
Reference(s)
- Kali Linux WSL - Kali wsl-preparations