kali linux on windows set up POWERSHELL COMMANDS: 1. wsl --install update 2. Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux 3. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 4. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsytem-Linux /all /norestart Link: https://aka.ms/wsl2kernel 5. wsl --set-default-version 2 6. wsl --list --verbose Kali Linux COMMANDS: 1. sudo apt update && sudo apt upgrade -y 2. sudo apt install kali-desktop-xfce -y 3. sudo apt install xrdp -y 4. sudo service xrdp start 5. sudo apt install theharvester how to break out of linux console into actual host device 1. /mnt/c/Users/ general question search for commands 1. apropos