- windows hypervison platform
- windows projected file system
- windows subsystem for linux
- virtual machine platform
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestar
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl.exe --install or wsl.exe --update
wsl --set-default-version 2
sudo apt-get update -y && sudo apt-get upgrade
sudo apt install kali-desktop-xfce -y
sudo apt install xrdp -y
sudo service xrdp start
kex