
Requirements :
WINDOWS MACHINE
INTERNET
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl --list --verbose
sudo apt update && sudo apt upgrade -y
sudo apt install kali-desktop-xfce -y
XRDP
sudo apt install xrdp -y
sudo service xrdp start